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

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.59"
    },
    "table": {
      "table_name": "cscart_logos",
      "access_type": "ALL",
      "rows_examined_per_scan": 22,
      "rows_produced_per_join": 1,
      "filtered": "4.55",
      "cost_info": {
        "read_cost": "6.40",
        "eval_cost": "0.20",
        "prefix_cost": "6.60",
        "data_read_per_join": "264"
      },
      "used_columns": [
        "logo_id",
        "layout_id",
        "company_id",
        "type",
        "style_id",
        "storefront_id"
      ],
      "attached_condition": "((`ea201_francemaqu`.`cscart_logos`.`company_id` = 1) and (`ea201_francemaqu`.`cscart_logos`.`layout_id` in (1,0)) and (`ea201_francemaqu`.`cscart_logos`.`style_id` in ('francemaquette','')) and (`ea201_francemaqu`.`cscart_logos`.`storefront_id` in (1,0)))"
    }
  }
}

Result

logo_id layout_id company_id type style_id storefront_id
1 1 1 theme francemaquette 1
2 1 1 favicon francemaquette 1
3 0 1 mail francemaquette 0
5 1 1 mail francemaquette 1
60 0 1 gift_cert 1