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 (
    3434, 6947, 3424, 3911, 3422, 3910, 3421, 
    3909, 3420, 3423, 3912, 3430
  ) 
  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 (3434,6947,3424,3911,3422,3910,3421,3909,3420,3423,3912,3430)) 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
3420 linde-hp-bundle-hose-dn6-ps300-um-cen-o290-um-sv-12dkos-1-700-mm-en 265/280/291/292
3421 linde-hp-bundle-hose-dn6-ps300-um-cen-i-n290-um-sv-12dkos-1-700-mm-en 265/280/291/292
3422 linde-hp-bundle-hose-200-bar-dn6-ps300-um-w24-32rh90-um-sv-12dkos-1-700-mm-en 265/280/291/292
3423 linde-hp-bundle-hose-dn6-ps300-um-g3-4rh90-um-sv-12dkos-1-700-mm-en 265/280/291/292
3424 linde-hp-bundle-hose-dn6-ps300-um-w21-8rh90-um-sv-12dkos-1-700-mm-en 265/280/291/292
3430 linde-in-line-regulator-l-20-inertgase-klemmring-12-mm-0-20-bar-en 265/280/286/288
3434 linde-gas-preheater-gph-200-inert-gases-din-477-1-200-bar-en 265/280/291/303
3909 linde-hp-bundle-hose-dn6-ps300-um-cen-o290-um-sv-12dkos-1-000-mm-en 265/280/291/292
3910 linde-hp-bundle-hose-dn6-ps300-um-cen-i-n290-um-sv-12dkos-1-000-mm-en 265/280/291/292
3911 linde-hp-bundle-hose-200-bar-dn6-ps300-um-w24-32rh90-um-sv-12dkos-1-000-mm-en 265/280/291/292
3912 linde-hp-bundle-hose-dn6-ps300-um-g3-4rh90-um-sv-12dkos-1-000-mm-en 265/280/291/292
6947 linde-hp-bundle-hose-dn6-ps300-um-w21-8rh90-um-sv-12dkos-1-000-mm 265/280/291/292