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

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.35"
    },
    "table": {
      "table_name": "cscart_logos",
      "access_type": "ALL",
      "rows_examined_per_scan": 51,
      "rows_produced_per_join": 0,
      "filtered": "1.96",
      "cost_info": {
        "read_cost": "5.25",
        "eval_cost": "0.10",
        "prefix_cost": "5.35",
        "data_read_per_join": "263"
      },
      "used_columns": [
        "logo_id",
        "layout_id",
        "style_id",
        "company_id",
        "type",
        "storefront_id"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_logos`.`company_id` = 0) and (`nuie_scalesta_net`.`cscart_logos`.`layout_id` in (2,0)) and (`nuie_scalesta_net`.`cscart_logos`.`style_id` in ('nuie','')) and (`nuie_scalesta_net`.`cscart_logos`.`storefront_id` in (1,0)))"
    }
  }
}

Result

logo_id layout_id style_id company_id type storefront_id
10 0 0 gift_cert 1
21 2 nuie 0 theme 1
22 2 nuie 0 favicon 1
23 2 nuie 0 mail 1
24 2 nuie 0 vendor 1
51 0 0 theme 1
52 0 0 favicon 1
53 0 0 mail 1
54 0 0 vendor 1