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 (
    292887, 292886, 292877, 292660, 72703, 
    72701
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00348

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "5.89",
        "eval_cost": "0.60",
        "prefix_cost": "6.49",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (292887,292886,292877,292660,72703,72701)) 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
72701 easter-crochet-cupcake-purse-with-drawstrings-for-little-girl-pink-and-white 109/112
72703 easter-crochet-cupcake-purse-with-drawstrings-for-little-girl-pastel-colors 109/112
292660 amigurumi-octopus-with-babies-crochet-animal 71/72
292877 amigurumi-crochet-hedgehog-brown-and-cream 71/72
292886 amigurumi-crochet-baby-hedgehog-assorted-colors 71/72
292887 amigurumi-crochet-mini-baby-hedgehog-with-loops-assorted-colors 71/72