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 (
    1729, 406, 439, 390, 1969, 393, 394, 396, 
    397, 398, 399, 422, 1964, 434, 383, 412, 
    1927, 419, 430, 324, 1965, 1966, 432, 
    1973
  ) 
  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.00082

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "115.21"
    },
    "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": "((`eshopuga_upgr_4122`.`cscart_seo_names`.`object_id` in (1729,406,439,390,1969,393,394,396,397,398,399,422,1964,434,383,412,1927,419,430,324,1965,1966,432,1973)) and (`eshopuga_upgr_4122`.`cscart_seo_names`.`type` = 'p') and (`eshopuga_upgr_4122`.`cscart_seo_names`.`dispatch` = '') and (`eshopuga_upgr_4122`.`cscart_seo_names`.`lang_code` = 'en') and ((`eshopuga_upgr_4122`.`cscart_seo_names`.`company_id` = 1) or (`eshopuga_upgr_4122`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "105.61",
        "eval_cost": "9.60",
        "prefix_cost": "115.21",
        "data_read_per_join": "81K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
324 passionate-wishes 328/336/338
383 mixed-roses-bouquet 328/336/337
390 full-of-wishes 328/336/337
393 long-stem-white-roses 328/336/337
394 long-stem-yellow-roses 328/336/337
396 luxury-pink-roses-en 328/336/337
397 luxury-white-roses-en 328/336/337
398 make-her-day 328/336/337
399 make-her-smile 328/336/337
406 how-sweet-it-is 328/336/337
412 bring-it-here 328/336/337
419 new-sensations 328/336/337
422 make-my-day 328/336/337
430 arrive-in-style 328/336/337
432 pink-bouquet 328/336/337
434 mixed-basket 328/336/337
439 impress-olivia 328/336/337
1729 hey-there 328/336/340
1927 12-mix-roses-round-basket 329/361
1964 matt-red-rose-bouquet. 329/361
1965 passinate-roses 329/361
1966 pastel-roses-in-vase 329/361
1969 red-roses-vase-flower 329/361
1973 surprise-pink-roses-in-glass-vase 329/361