SELECT 
  company_id 
FROM 
  cscart_storefronts_companies 
WHERE 
  storefront_id = 1

Query time 0.00011

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.001067082,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_storefronts_companies",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "idx_storefront_id"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["storefront_id"],
          "ref": ["const"],
          "loops": 1,
          "rows": 2,
          "cost": 0.001067082,
          "filtered": 100,
          "using_index": true
        }
      }
    ]
  }
}

Result

company_id
1
39