SELECT 
  name 
FROM 
  vi_seo_names 
WHERE 
  object_id = 0 
  AND type = 's' 
  AND dispatch = 'abt__ut2_product_reviews.get_product_reviews_gallery_popup' 
  AND vi_seo_names.company_id IN (0, 1)

Query time 0.00012

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "vi_seo_names",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "dispatch",
          "key_length": "194",
          "used_key_parts": ["dispatch"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "vi_seo_names.dispatch = 'abt__ut2_product_reviews.get_product_reviews_gallery_popup'",
          "attached_condition": "vi_seo_names.object_id = 0 and vi_seo_names.`type` = 's' and vi_seo_names.company_id in (0,1)"
        }
      }
    ]
  }
}