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 (
    20877, 20878, 20879, 20880, 20881, 20882, 
    20883, 20884, 20885, 20886, 20887, 
    20888, 20889, 20890, 20891, 20892
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'ru'

Query time 0.00957

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "PRIMARY",
      "key_length": "206",
      "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
      "rows": 16,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (20877,20878,20879,20880,20881,20882,20883,20884,20885,20886,20887,20888,20889,20890,20891,20892) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'ru'"
    }
  }
}

Result

product_id seo_name seo_path
20877 pcb-block-assy-ru-3 499/532/516
20878 wiring-assembly-control-ru-4 499/532/516
20879 bracket-wiring-mounting-ru-12 499/532/516
20880 bracket-wiring-mounting-ru-13 499/532/516
20881 bracket-wiring-mounting-ru-14 499/532/516
20882 bracket-wiring-mounting-ru-15 499/532/516
20883 low-profile-50a-fuse 499/532/516
20884 fuse-micro-10a-ru 499/532/516
20885 fuse-micro-15a-ru 499/532/516
20886 fuse-micro-20a-ru 499/532/516
20887 fuse-micro-25a-ru 499/532/516
20888 fuse-micro-30a-ru 499/532/516
20889 bracket-connect-junction-box-side 499/532/516
20890 wiring-assembly-follower-ru-5 499/532/516
20891 grommet-front-door 499/532/516
20892 wiring-assembly-rear-door-left-ru-3 499/532/516