SELECT 
  name, 
  path 
FROM 
  vi_seo_names 
WHERE 
  `object_id` = 0 
  AND `type` = 's' 
  AND `dispatch` = 'products.ut2_select_variation' 
  AND `lang_code` = 'en' 
  AND vi_seo_names.company_id IN (0, 1)

Query time 0.00013

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": 0.293255121,
          "index_condition": "vi_seo_names.dispatch = 'products.ut2_select_variation'",
          "attached_condition": "vi_seo_names.object_id = 0 and vi_seo_names.`type` = 's' and vi_seo_names.lang_code = 'en' and vi_seo_names.company_id in (0,1)"
        }
      }
    ]
  }
}