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 (
    26915, 23069, 32824, 35853, 45480, 23122, 
    37439
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00217

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.49"
    },
    "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.79",
        "eval_cost": "0.70",
        "prefix_cost": "7.49",
        "data_read_per_join": "11K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (26915,23069,32824,35853,45480,23122,37439)) 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
23069 patriotic-earrings-red-white-and-blue-for-fourth-of-july 2/17/147
23122 purely-crystal-clear-ankle-bracelet 5/27
26915 white-pearl-anklet-with-sterling-silver-clasp 2/19/157
32824 crystal-beaded-bobby-pin-hair-accessory 3/85
35853 dainty-sterling-silver-bracelet-with-swarovski-crystals-and-adjustable-chain 2/18/170
37439 clear-crystal-cube-earrings-with-gold-filled-earwires 2/17/147
45480 long-swarovski-crystal-dangle-earrings-with-sterling-ear-wires-in-birthstone-colors 2/17/147