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 (
    391037, 391032, 391031, 391030, 460955, 
    391029, 391035, 391033, 391036, 391034
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.02005942,
    "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": 10,
          "cost": 0.02005942,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (391037,391032,391031,391030,460955,391029,391035,391033,391036,391034) 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
391029 mobile-phone 166
391030 apple-iphone-15-128-gb-blue 166
391031 apple-iphone-15-128-gb-green 166
391032 apple-iphone-14-256-gb-starlight 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
391037 apple-iphone-13-128gb-green 166
460955 apple-iphone-15-128-gb-blue-clone 166