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 (
    10680, 10681, 10682, 10683, 10684, 10685, 
    10686, 10687, 10688, 10692, 10693, 
    10694, 10699, 10702, 10704, 10705
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'ru'

Query time 0.00064

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 (10680,10681,10682,10683,10684,10685,10686,10687,10688,10692,10693,10694,10699,10702,10704,10705) 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
10680 junction-block-sub-ru 499/532/516
10681 protector-wiring-ru-19 499/532/516
10682 protector-wiring-ru-20 499/532/516
10683 protector-wiring-ru-21 499/532/516
10684 protector-wiring-ru-22 499/532/516
10685 protector-wiring-ru-23 499/532/516
10686 protector-wiring-ru-24 499/532/516
10687 grommet-ru-5 499/532/516
10688 grommet-ru-6 499/532/516
10692 wiring-assembly-front-door-drivers-seat-ru-2 499/532/516
10693 wiring-assembly-front-door-passenger-seat-ru-2 499/532/516
10694 midfuse-100a 499/532/516
10699 box-fusible-link-ru 499/532/516
10702 protector-wiring-ru-25 499/532/516
10704 protector-wiring-ru-26 499/532/516
10705 protector-wiring-ru-27 499/532/516