SELECT 
  * 
FROM 
  netting_vendor_locations 
WHERE 
  company_id = 3

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_vendor_locations",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["company_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

company_id place_id lat lng country state locality route postal_code street_number formatted_address
3 ChIJcT5pTH3RqIkReClFYhma9Lc 35.131306 -77.067665 US NC New Bern Oaks Rd 28560 3013 3013 Oaks Rd, New Bern, NC 28560, USA