SELECT 
  seo_names.object_id AS product_id, 
  seo_names.name AS seo_name, 
  seo_names.path AS seo_path 
FROM 
  seo_names 
WHERE 
  seo_names.object_id IN (
    257544, 257552, 257551, 257548, 257545, 
    257543, 257546, 257547
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00067

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "8.66"
    },
    "table": {
      "table_name": "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": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "7.86",
        "eval_cost": "0.80",
        "prefix_cost": "8.66",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (257544,257552,257551,257548,257545,257543,257546,257547)) and (`goimagine`.`seo_names`.`type` = 'p') and (`goimagine`.`seo_names`.`dispatch` = '') and (`goimagine`.`seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
257543 adjustable-ring-monochrome-silver-20mm 2/16/139
257544 paint-skin-adjustable-ring-monochromered-silver-20mm 2/16/139
257545 paint-skin-adjustable-ring-purple-blue-silver-20mm-clone 2/16/139
257546 paint-skin-adjustable-ring-pink-wave-silver-20mm-clone 2/16/139
257547 paint-skin-adjustable-ring-blue-wave-silver-20mm 2/16/139
257548 paint-skin-adjustable-ring-pastel-silver-20mm 2/16/139
257551 paint-skin-adjustable-ring-water-scene-bronze-20mm-clone 2/16/139
257552 paint-skin-adjustable-ring-blue-copper-20mm 2/16/139