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 (
    173, 312048, 12712, 391035, 21914, 391033, 
    391036, 391034, 154, 161, 165, 166
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0237706,
    "nested_loop": [
      {
        "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"],
          "loops": 1,
          "rows": 12,
          "cost": 0.0237706,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (173,312048,12712,391035,21914,391033,391036,391034,154,161,165,166) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
154 jr900-wireless-headphones 166/177/181
161 mv800-16-1-megapixel-multiview-compact-digital-camera 166/196/198
165 nikon-1-j1-one-lens-kit-white 166/196/198
166 nikon-1-j1-two-lens-wide-angle-kit-red 166/196/198
173 h300-long-zoom-compact-full-hd-camcorder-black 166/196/199
12712 headphones 166
21914 bulk-product-10000 166
312048 hd-webcam 166
391033 iphone-16-128-gb-5g-mobile-phone-with-camera-control-a18-chip-and-a-big-boost-in-battery-life-works-with-airpods-ultramarine 166
391034 iphone-16e-128-gb-built-for-apple-intelligence-a18-chip-supersized-battery-life-48mp-fusion-camera-15-40-cm-6-1-super-retina-xdr-display-white 166
391035 iphone-16-128-gb-5g-mobile-phone-with-camera-control-a18-chip-and-a-big-boost-in-battery-life-works-with-airpods-black 166
391036 iphone-16e-128-gb-built-for-apple-intelligence-a18-chip-supersized-battery-life-48mp-fusion-camera-15-40-cm-6-1-super-retina-xdr-display-black 166