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

Query time 0.00032

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.10"
    },
    "table": {
      "table_name": "cscart_logos",
      "access_type": "ALL",
      "rows_examined_per_scan": 82,
      "rows_produced_per_join": 0,
      "filtered": "1.22",
      "cost_info": {
        "read_cost": "18.90",
        "eval_cost": "0.20",
        "prefix_cost": "19.10",
        "data_read_per_join": "263"
      },
      "used_columns": [
        "logo_id",
        "layout_id",
        "company_id",
        "type",
        "style_id",
        "storefront_id"
      ],
      "attached_condition": "((`eshopuga_upgr_4122`.`cscart_logos`.`company_id` = 1) and (`eshopuga_upgr_4122`.`cscart_logos`.`layout_id` in (11,0)) and (`eshopuga_upgr_4122`.`cscart_logos`.`style_id` in ('Cp_fiolent','')) and (`eshopuga_upgr_4122`.`cscart_logos`.`storefront_id` in (1,0)))"
    }
  }
}

Result

logo_id layout_id company_id type style_id storefront_id
2 0 1 mail 0
80 11 1 theme cp_fiolent 1
81 11 1 favicon cp_fiolent 1
82 0 1 gift_cert 1