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 (
    3151, 3864, 3145, 6721, 3863, 3148, 6718, 
    6722, 3144, 3147, 3096, 339
  ) 
  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.00042

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 (3151,3864,3145,6721,3863,3148,6718,6722,3144,3147,3096,339)) 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
339 line-pressure-regulator-co-argon-mixture-0-10-bar-vulkan-ad35-en-en 265/266/271/273
3096 line-pressure-regulator-acetylene-0-1-3-bar-vulkan-la10-en 265/266/271/273
3144 line-dome-loaded-regulator-vulkan-ld1-pn50-nitrogen-with-pilot-regulator-und-manometern-en 265/266/271/273
3145 line-dome-loaded-regulator-vulkan-ld1-pn50-helium-with-pilot-regulator-und-manometern-en 265/266/271/273
3147 line-dome-loaded-regulator-vulkan-ld1-pn50-nitrogen-with-pilot-regulator-und-outlet-gauge-en 265/266/271/273
3148 line-dome-loaded-regulator-vulkan-ld1-pn50-hydrogen-with-pilot-regulator-und-outlet-gauge-en 265/266/271/273
3151 line-dome-loaded-regulator-vulkan-ld1-pn50-helium-with-pilot-regulator-en 265/266/271/273
3863 line-dome-loaded-regulator-vulkan-ld1-pn50-hydrogen-with-pilot-regulator-und-manometern-en 265/266/271/273
3864 line-dome-loaded-regulator-vulkan-ld1-pn50-nitrogen-with-pilot-regulator-en 265/266/271/273
6718 line-dome-loaded-regulator-vulkan-ld1-pn50-inert-gas-with-pilot-regulator-und-manometern 265/266/271/273
6721 line-dome-loaded-regulator-vulkan-ld1-pn50-helium-with-pilot-regulator-und-outlet-gauge 265/266/271/273
6722 line-dome-loaded-regulator-vulkan-ld1-pn50-inert-gas-with-pilot-regulator-und-outlet-gauge 265/266/271/273