SELECT 
  ushop_seo_names.object_id AS product_id, 
  ushop_seo_names.name AS seo_name, 
  ushop_seo_names.path AS seo_path 
FROM 
  ushop_seo_names 
WHERE 
  ushop_seo_names.object_id IN (
    428, 307, 429, 415, 424, 421, 308, 309, 
    306, 414, 426, 425, 423, 422, 420, 412, 
    413, 427
  ) 
  AND ushop_seo_names.type = "p" 
  AND ushop_seo_names.dispatch = "" 
  AND ushop_seo_names.lang_code = 'es'

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.06"
    },
    "table": {
      "table_name": "ushop_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": 19,
      "rows_produced_per_join": 19,
      "filtered": "100.00",
      "index_condition": "((`marketplace`.`ushop_seo_names`.`object_id` in (428,307,429,415,424,421,308,309,306,414,426,425,423,422,420,412,413,427)) and (`marketplace`.`ushop_seo_names`.`type` = 'p') and (`marketplace`.`ushop_seo_names`.`dispatch` = '') and (`marketplace`.`ushop_seo_names`.`lang_code` = 'es'))",
      "cost_info": {
        "read_cost": "11.16",
        "eval_cost": "1.90",
        "prefix_cost": "13.06",
        "data_read_per_join": "32K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
306 7-1-channel-blu-ray-3d-home-theater-system 315/352
307 5-1-channel-blu-ray-3d-home-theater-system 315/352
308 5-1-channel-blu-ray-3d-home-theater-system-es 315/352
309 hw-d7000-av-receiver-with-built-in-blu-ray-disc-player 315/352
412 samsung-galaxy-player-5-0 315/352
413 samsung-galaxy-player-4-0 315/352
414 creative-zen-style-m300-mp3-player-16gb-black 315/352
415 creative-zen-touch-2-mp3-player-8gb-black 315/352
420 yamaha-pdx-11-db 315/352
421 yamaha-pdx-11-gr 315/352
422 yamaha-tsx-130wh 315/352
423 yamaha-pdx-30pi 315/352
424 yamaha-pdx-30bu 315/352
425 sansa-fuze-mp3-player-red-4gb 315/352
426 sansa-clip-mp3-player-blue-4gb 315/352
427 sansa-clip-mp3-player-red-4gb 315/352
428 16gb-a-series-walkman-video-mp3 315/352
429 8gb-e-series-walkman-video-mp3 315/352