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 (
    442755, 410208, 431579, 449225, 418668, 
    432021, 416525, 408376, 428526, 414221, 
    429122, 433249
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00039

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 (442755,410208,431579,449225,418668,432021,416525,408376,428526,414221,429122,433249) 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
408376 lite-shirt-973 219/495
410208 lite-shirt-106 219/495
414221 lite-sneakers-308 219/495
416525 lite-shirt-894 219/495
418668 lite-shirt-736 219/495
428526 lite-sneakers-279 219/495
429122 lite-sneakers-325 219/495
431579 lite-shirt-165 219/495
432021 lite-shirt-748 219/495
433249 lite-sneakers-464 219/495
442755 lite-router-964 219/495
449225 lite-shirt-460 219/495