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 (
    6670, 6685, 6698, 3095, 3101, 3108, 6683, 
    6697, 3099, 19, 20, 21, 3929, 3930, 3931, 
    6724, 3100, 3106, 3114, 3120, 3125, 
    3153, 3154, 6672
  ) 
  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.00065

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 (6670,6685,6698,3095,3101,3108,6683,6697,3099,19,20,21,3929,3930,3931,6724,3100,3106,3114,3120,3125,3153,3154,6672)) 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
3100 line-pressure-regulator-oxygen-0-25-bar-vulkan-lh25hf1 265/266/271/273
3101 line-pressure-regulator-oxygen-15-60-bar-vulkan-lr60-en 265/266/271/273
3106 line-pressure-regulator-oxygen-0-25-bar-vulkan-lh25hf-en 265/266/271/273
3108 line-pressure-regulator-compressed-air-15-60-bar-vulkan-lr60-en 265/266/271/273
3114 line-pressure-regulator-helium-0-25-bar-vulkan-lh25hf1 265/266/271/273
3120 line-pressure-regulator-hydrogen-0-25-bar-vulkan-lh25hf 265/266/271/273
3125 line-pressure-regulator-co-argon-mixture-0-25-bar-vulkan-lh25hf-en 265/266/271/273
3153 line-pressure-regulator-nitrogen-0-25-bar-vulkan-lh25hf 265/266/271/273
3154 line-pressure-regulator-vulkan-lh25-10-fuel-gas-0-5-10-bar-en 265/266/271/273
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
6670 line-pressure-regulator-nitrogen-15-40-bar-vulkan-lr40-en 265/266/271/273
6672 line-pressure-regulator-vulkan-lh25-10-oxygen-0-5-10-bar-en 265/266/271/273
6683 line-pressure-regulator-helium-15-60-bar-vulkan-lr60-en 265/266/271/273
6685 line-pressure-regulator-helium-15-40-bar-vulkan-lr40-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
6724 line-pressure-regulator-vulkan-lh25-10-compressed-air-0-5-10-bar 265/266/271/273