SELECT 
  name, 
  path 
FROM 
  cscart_seo_names 
WHERE 
  `object_id` = 0 
  AND `type` = 's' 
  AND `dispatch` = 'product_features.view_all' 
  AND `lang_code` = 'uk' 
  AND cscart_seo_names.company_id IN (0, 1)

Query time 0.00052

JSON explain

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