SELECT 
  * 
FROM 
  ushop_logos 
WHERE 
  layout_id IN (14, 0) 
  AND style_id IN ('UShop-MarketPlace', '') 
  AND storefront_id IN (1, 0) 
  AND company_id = 0

Query time 0.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "20.58"
    },
    "table": {
      "table_name": "ushop_logos",
      "access_type": "ALL",
      "rows_examined_per_scan": 197,
      "rows_produced_per_join": 0,
      "filtered": "0.51",
      "cost_info": {
        "read_cost": "20.48",
        "eval_cost": "0.10",
        "prefix_cost": "20.58",
        "data_read_per_join": "263"
      },
      "used_columns": [
        "logo_id",
        "layout_id",
        "style_id",
        "company_id",
        "type",
        "storefront_id"
      ],
      "attached_condition": "((`marketplace`.`ushop_logos`.`company_id` = 0) and (`marketplace`.`ushop_logos`.`layout_id` in (14,0)) and (`marketplace`.`ushop_logos`.`style_id` in ('UShop-MarketPlace','')) and (`marketplace`.`ushop_logos`.`storefront_id` in (1,0)))"
    }
  }
}

Result

logo_id layout_id style_id company_id type storefront_id
12 0 0 gift_cert 1
133 14 UShop-MarketPlace 0 theme 1
134 14 UShop-MarketPlace 0 favicon 1
135 14 UShop-MarketPlace 0 mail 1
136 14 UShop-MarketPlace 0 vendor 1