SELECT 
  * 
FROM 
  cscart_logos 
WHERE 
  layout_id IN (2, 0) 
  AND style_id IN ('Helpful_Extra', '') 
  AND storefront_id IN (1, 0) 
  AND company_id = 30

Query time 0.00034

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "11.56"
    },
    "table": {
      "table_name": "cscart_logos",
      "access_type": "ALL",
      "rows_examined_per_scan": 109,
      "rows_produced_per_join": 0,
      "filtered": "0.92",
      "cost_info": {
        "read_cost": "11.46",
        "eval_cost": "0.10",
        "prefix_cost": "11.56",
        "data_read_per_join": "263"
      },
      "used_columns": [
        "logo_id",
        "layout_id",
        "style_id",
        "company_id",
        "type",
        "storefront_id"
      ],
      "attached_condition": "((`wearethehelpful_scalesta_net`.`cscart_logos`.`company_id` = 30) and (`wearethehelpful_scalesta_net`.`cscart_logos`.`layout_id` in (2,0)) and (`wearethehelpful_scalesta_net`.`cscart_logos`.`style_id` in ('Helpful_Extra','')) and (`wearethehelpful_scalesta_net`.`cscart_logos`.`storefront_id` in (1,0)))"
    }
  }
}

Result

logo_id layout_id style_id company_id type storefront_id
108 0 30 mail 0
107 0 30 theme 0