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 (
    289467, 280837, 287392, 287394, 288594, 
    280726, 280376
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.14"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.44",
        "eval_cost": "0.70",
        "prefix_cost": "7.14",
        "data_read_per_join": "11K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (289467,280837,287392,287394,288594,280726,280376)) 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
280376 bestseller-ageless-silky-unisex-anti-aging-all-in-one-lavender-or-rose-serumcream-with-hyaluronic-acid-duo-all-skin-types-day-night-1.7-oz-refillable-silver-airless-pump-bottles 12/57/287
280726 samples-muestras-echantillons-amostras-campioni-ageless-anti-aging-all-in-one-serumcream-all-skin-types-day-night 12/57/287
280837 ageless-clear-acne-unisex-anti-aging-all-in-one-serumcream-with-hyaluronic-acid-duo-all-skin-types-day-night 12/57/287
287392 glow-or-radiance-body-shimmer-oil-vanilla-all-skin-types-day-night 12/57/287
287394 ageless-for-men-all-in-one-sandalwood-serumcream-with-hyaluronic-acid-duo-all-skin-types-day-night 12/57/287
288594 naomi-vanilla-rose-or-vanilla-lavender-ageless-silky-unisex-anti-aging-all-in-one-serumcream-with-hyaluronic-acid-duo-all-skin-types-day-night 12/57/287
289467 ageless-silky-unisex-anti-aging-all-in-one-serum-cream-or-duo-with-hyaluronic-acid-duo-in-3.4-oz.-refillable-silver-airless-pump-bottle-all-skin-types-day-night 12/57/287