SELECT 
  * 
FROM 
  q_logos 
WHERE 
  layout_id IN (4, 0) 
  AND style_id IN ('Qazaan-Blue', '') 
  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": "26.65"
    },
    "table": {
      "table_name": "q_logos",
      "access_type": "ALL",
      "rows_examined_per_scan": 120,
      "rows_produced_per_join": 0,
      "filtered": "0.83",
      "cost_info": {
        "read_cost": "26.45",
        "eval_cost": "0.20",
        "prefix_cost": "26.65",
        "data_read_per_join": "263"
      },
      "used_columns": [
        "logo_id",
        "layout_id",
        "style_id",
        "company_id",
        "type",
        "storefront_id"
      ],
      "attached_condition": "((`portal`.`q_logos`.`company_id` = 0) and (`portal`.`q_logos`.`layout_id` in (4,0)) and (`portal`.`q_logos`.`style_id` in ('Qazaan-Blue','')) and (`portal`.`q_logos`.`storefront_id` in (1,0)))"
    }
  }
}

Result

logo_id layout_id style_id company_id type storefront_id
15 0 0 gift_cert 1
27 4 Qazaan-Blue 0 theme 1
28 4 Qazaan-Blue 0 favicon 1
29 4 Qazaan-Blue 0 mail 1