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 (
    4861, 3897, 3712, 3904, 3913, 4862, 4369, 
    4371, 4272
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00060

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": 9,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (4861,3897,3712,3904,3913,4862,4369,4371,4272) 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
3712 the-giver-of-stars-pb 398
3897 the-butterfly-lampshade-pb 398
3904 kennedy-curse-tpb 398
3913 the-last-elephants-pb 398
4272 wipe-clean-creative-writing-6-7-pb 398
4369 the-seed-children 398
4371 tlou-the-elephant-story 398
4861 the-book-of-proverb 398
4862 the-perfect-secret-by-rob-buyea 398