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 (
    200, 201, 202, 203, 204, 205, 206, 207, 
    208, 209, 210, 211
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.81"
    },
    "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",
      "index_condition": "((`danishecarter_31jan`.`cscart_seo_names`.`object_id` in (200,201,202,203,204,205,206,207,208,209,210,211)) and (`danishecarter_31jan`.`cscart_seo_names`.`type` = 'p') and (`danishecarter_31jan`.`cscart_seo_names`.`dispatch` = '') and (`danishecarter_31jan`.`cscart_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "26.41",
        "eval_cost": "2.40",
        "prefix_cost": "28.81",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
200 john-rutter-the-colours-of-christmas 228/230
201 beethoven-piano-concertos-nos-1-and-2 228/230
202 new-years-concert-2011-diverse-klassik-welser-moest-wiener-philharmoniker 228/230
203 new-years-concert-2012-diverse-wr-philharmoniker-jansons-m-wr-san 228/230
204 the-police-the-stewart-copeland-anthology 228/232
205 dir-657-hd-media-router-1000 167/171
206 rt-n66u-dual-band-wireless-n900-gigabit-router 167/171
207 asus-usb-n53 167/171
208 h-264-megapixel-surveillance-camera-tl-sc3430 167/171
209 hp-scanjet-g3110-scanner 167/172
210 hp-photosmart-plus-e-all-in-one-printer-b210a 167/172
211 hp-officejet-pro-8600-premium-e-all-in-one-printer 167/172