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 (
    6698, 3095, 3101, 3108, 6683, 6697, 3099, 
    19, 20, 21, 3929, 3930, 3931, 3411, 3415, 
    3417, 6942, 3410, 3413, 3416, 6940, 
    3414, 6938, 6941
  ) 
  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.00057

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 (6698,3095,3101,3108,6683,6697,3099,19,20,21,3929,3930,3931,3411,3415,3417,6942,3410,3413,3416,6940,3414,6938,6941)) 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
19 line-pressure-regulator-oxygen-up-to-25-bar-vulkan-ld1nd-en-6-en 265/266/271/273
20 line-pressure-regulator-oxygen-up-to-25-bar-vulkan-ld1nd-en-4-en 265/266/271/273
21 line-pressure-regulator-oxygen-up-to-25-bar-vulkan-ld1nd-en-2-en 265/266/271/273
3095 line-pressure-regulator-nitrogen-15-60-bar-vulkan-lr60-en 265/266/271/273
3099 line-pressure-regulator-oxygen-1-250-mbar-vulkan-lp216-en 265/266/271/273
3101 line-pressure-regulator-oxygen-15-60-bar-vulkan-lr60-en 265/266/271/273
3108 line-pressure-regulator-compressed-air-15-60-bar-vulkan-lr60-en 265/266/271/273
3410 line-pressure-regulator-vulkan-l-10-2-labline-nitrogen-en 265/280/286/288
3411 line-pressure-regulator-vulkan-l-10-labline-nitrogen-en 265/280/286/288
3413 line-pressure-regulator-vulkan-l-10-2-labline-helium 265/280/286/288
3414 line-pressure-regulator-vulkan-l-15-labline-helium 265/280/286/288
3415 line-pressure-regulator-vulkan-l-10-labline-helium 265/280/286/288
3416 line-pressure-regulator-vulkan-l-10-2-labline-co-argon-mixture-en 265/280/286/288
3417 line-pressure-regulator-vulkan-l-10-labline-co-argon-mixture-en 265/280/286/288
3929 line-pressure-regulator-oxygen-up-to-25-bar-vulkan-ld1nd-en-7 265/266/271/273
3930 line-pressure-regulator-oxygen-up-to-25-bar-vulkan-ld1nd-en-5-en 265/266/271/273
3931 line-pressure-regulator-oxygen-up-to-25-bar-vulkan-ld1nd-en-3-en 265/266/271/273
6683 line-pressure-regulator-helium-15-60-bar-vulkan-lr60-en 265/266/271/273
6697 line-pressure-regulator-co-argon-mixture-15-60-bar-vulkan-lr60 265/266/271/273
6698 line-pressure-regulator-inert-gase-0-1-6-bar-vulkan-lp216 265/266/271/273
6938 line-pressure-regulator-vulkan-l-15-labline-nitrogen 265/280/286/288
6940 line-pressure-regulator-vulkan-l-10-2-labline-oxygen-en 265/280/286/288
6941 line-pressure-regulator-vulkan-l-15-labline-oxygen 265/280/286/288
6942 line-pressure-regulator-vulkan-l-10-labline-oxygen-en 265/280/286/288