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 (
    570, 564, 278, 280, 282, 247, 248, 241, 
    244, 245, 246, 240
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00083

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.82"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code"
      ],
      "key_length": "206",
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "14.43",
        "eval_cost": "2.40",
        "prefix_cost": "16.83",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`twebezli_Commercemodalpopup`.`cscart_seo_names`.`object_id` in (570,564,278,280,282,247,248,241,244,245,246,240)) and (`twebezli_Commercemodalpopup`.`cscart_seo_names`.`type` = 'p') and (`twebezli_Commercemodalpopup`.`cscart_seo_names`.`dispatch` = '') and (`twebezli_Commercemodalpopup`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
240 apple-ipad-with-retina-display-wi-fi-64gb-black 167/165
241 apple-ipad-with-retina-display-wi-fi-32gb-white 167/165
244 packard-bell-onetwo 167/168
245 apple-iphone-5c-32gb-cell-phone-green 166/234/235
246 gopro-hero3-black-edition-camera 166/196/199
247 nokia-n1-pad-7-9-quad-core-64bit-2-3ghz-2gb-32gb-android-5-0 167/165
248 x-box-one 245/248
278 t-shirt-color-white 223/224
280 t-shirt-color-black 223/224
282 t-shirt-color-blue 223/224
564 product-name 166
570 product-name-en 166