SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    6358, 6359, 6360, 6361, 6362, 6363, 6364, 
    6365, 6431, 6432, 6433, 6434, 6435, 
    6436, 6437, 6438, 6439, 6440, 6441, 
    6442, 6443, 6444, 6445, 6446
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00084

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "33.61"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "key_length": "210",
      "rows_examined_per_scan": 48,
      "rows_produced_per_join": 48,
      "filtered": "100.00",
      "index_condition": "((`gaseus`.`cscart_seo_names`.`object_id` in (6358,6359,6360,6361,6362,6363,6364,6365,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446)) and (`gaseus`.`cscart_seo_names`.`type` = 'p') and (`gaseus`.`cscart_seo_names`.`dispatch` = '') and (`gaseus`.`cscart_seo_names`.`lang_code` = 'en') and ((`gaseus`.`cscart_seo_names`.`company_id` = 1) or (`gaseus`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "28.81",
        "eval_cost": "4.80",
        "prefix_cost": "33.61",
        "data_read_per_join": "81K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
6358 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-14-en 265/266/271/308
6359 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-12-en 265/266/271/308
6360 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-10-en 265/266/271/308
6361 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-8-en 265/266/271/308
6362 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-6-en 265/266/271/308
6363 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-4-en 265/266/271/308
6364 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-2-en 265/266/271/308
6365 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-18 265/266/271/308
6431 main-regulator-compressed-air-0-40-bar-vulkan-h40-200-effect-en-16-en 265/266/271/308
6432 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-14-en 265/266/271/308
6433 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-12-en 265/266/271/308
6434 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-10-en 265/266/271/308
6435 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-8-en 265/266/271/308
6436 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-6-en 265/266/271/308
6437 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-4-en 265/266/271/308
6438 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-2-en 265/266/271/308
6439 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-18 265/266/271/308
6440 main-regulator-helium-0-40-bar-vulkan-h40-200-effect-en-16-en 265/266/271/308
6441 main-regulator-fuel-gas-0-40-bar-vulkan-h40-200-effect-en-18 265/266/271/308
6442 main-regulator-argon-0-40-bar-vulkan-h40-200-effect-en-12-en 265/266/271/308
6443 main-regulator-argon-0-40-bar-vulkan-h40-200-effect-en-10-en 265/266/271/308
6444 main-regulator-argon-0-40-bar-vulkan-h40-200-effect-en-8-en 265/266/271/308
6445 main-regulator-argon-0-40-bar-vulkan-h40-200-effect-en-6-en 265/266/271/308
6446 main-regulator-argon-0-40-bar-vulkan-h40-200-effect-en-4-en 265/266/271/308