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 (
    245, 238, 239, 74, 73, 71, 75, 72, 70, 76, 
    67, 86, 106, 105, 101, 69, 125, 120, 117, 
    113, 68
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00084

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "63.01"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_25_march`.`cscart_seo_names`.`object_id` in (245,238,239,74,73,71,75,72,70,76,67,86,106,105,101,69,125,120,117,113,68)) and (`danishecarter_25_march`.`cscart_seo_names`.`type` = 'p') and (`danishecarter_25_march`.`cscart_seo_names`.`dispatch` = '') and (`danishecarter_25_march`.`cscart_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "57.01",
        "eval_cost": "6.00",
        "prefix_cost": "63.01",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
67 htc-wildfire-s-white-t-mobile 166/234/236
68 titan 166/234/236
69 rhyme 166/234/236
70 evo-design-4g 166/234/236
71 droid-incredible-2 166/234/236
72 droid-razr 166/234/240
73 droid-bionic 166/234/240
74 droid-3 166/234/240
75 droid-pro 166/234/240
76 flipside-with-motoblur 166/234/240
86 nokia-700 166/234/238
101 nokia-x3-02 166/234/238
105 nokia-lumia-800 166/234/238
106 nokia-e5-00 166/234/238
113 sgh-i677 166/234/237
117 sch-i515 166/234/237
120 samsung-galaxy-s-ii-epic-4g-touch-black 166/234/237
125 samsung-galaxy-s-ii 166/234/237
238 apple-iphone-4s-black 166/234/235
239 apple-iphone-4s-white 166/234/235
245 apple-iphone-5c-32gb-cell-phone-green 166/234/235