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 (
    3702, 3703, 3704, 3705, 3706, 3707, 6723, 
    6717, 6720, 3151, 3864, 3145
  ) 
  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.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.81"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "index_condition": "((`gaseus`.`cscart_seo_names`.`object_id` in (3702,3703,3704,3705,3706,3707,6723,6717,6720,3151,3864,3145)) 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": "14.41",
        "eval_cost": "2.40",
        "prefix_cost": "16.81",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
3145 line-dome-loaded-regulator-vulkan-ld1-pn50-helium-with-pilot-regulator-und-manometern-en 265/266/271/273
3151 line-dome-loaded-regulator-vulkan-ld1-pn50-helium-with-pilot-regulator-en 265/266/271/273
3702 line-dome-loaded-regulator-vulkan-ld1-pn40-with-pilot-regulator-en-13-en 265/266/271/273
3703 line-dome-loaded-regulator-vulkan-ld1-pn40-with-pilot-regulator-en-11-en 265/266/271/273
3704 line-dome-loaded-regulator-vulkan-ld1-pn40-with-pilot-regulator-en-9-en 265/266/271/273
3705 line-dome-loaded-regulator-vulkan-ld1-pn40-with-pilot-regulator-en-7-en 265/266/271/273
3706 line-dome-loaded-regulator-vulkan-ld1-pn40-with-pilot-regulator-en-5-en 265/266/271/273
3707 line-dome-loaded-regulator-vulkan-ld1-pn40-with-pilot-regulator-en-3-en 265/266/271/273
3864 line-dome-loaded-regulator-vulkan-ld1-pn50-nitrogen-with-pilot-regulator-en 265/266/271/273
6717 line-dome-loaded-regulator-vulkan-ld1-pn50-compressed-air-with-pilot-regulator-und-manometern 265/266/271/273
6720 line-dome-loaded-regulator-vulkan-ld1-pn50-compressed-air-with-pilot-regulator-und-outlet-gauge 265/266/271/273
6723 line-dome-loaded-regulator-vulkan-ld1-pn50-compressed-air-with-pilot-regulator 265/266/271/273