SELECT 
  * 
FROM 
  netting_logos 
WHERE 
  layout_id IN (10, 0) 
  AND style_id IN ('netting blue', '') 
  AND storefront_id IN (1, 0) 
  AND company_id = 20

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_logos",
          "access_type": "ALL",
          "rows": 151,
          "filtered": 100,
          "attached_condition": "netting_logos.company_id = 20 and netting_logos.layout_id in (10,0) and netting_logos.style_id in ('netting blue','') and netting_logos.storefront_id in (1,0)"
        }
      }
    ]
  }
}

Result

logo_id layout_id style_id company_id type storefront_id
156 0 20 mail 0
155 0 20 theme 0