SELECT 
  name, 
  path 
FROM 
  cscart_seo_names 
WHERE 
  `object_id` = 0 
  AND `type` = 's' 
  AND `dispatch` = 'pages.view' 
  AND `lang_code` = 'en' 
  AND cscart_seo_names.company_id IN (0, 1)

Query time 0.00059

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.20"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "ref",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "dispatch",
      "used_key_parts": [
        "dispatch"
      ],
      "key_length": "194",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 0,
      "filtered": "5.00",
      "cost_info": {
        "read_cost": "1.00",
        "eval_cost": "0.01",
        "prefix_cost": "1.20",
        "data_read_per_join": "86"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`eshopuga_upgr_4122`.`cscart_seo_names`.`object_id` = 0) and (`eshopuga_upgr_4122`.`cscart_seo_names`.`type` = 's') and (`eshopuga_upgr_4122`.`cscart_seo_names`.`lang_code` = 'en') and (`eshopuga_upgr_4122`.`cscart_seo_names`.`company_id` in (0,1)))"
    }
  }
}