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 (
    40810, 62983, 43856, 40771, 40789, 61704, 
    61690, 310237, 310332, 310242, 310266, 
    310338
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00091

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.67"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "11.47",
        "eval_cost": "1.20",
        "prefix_cost": "12.67",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (40810,62983,43856,40771,40789,61704,61690,310237,310332,310242,310266,310338)) 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
40771 hand-painted-glass-cabochon-bangle-bracelet-faith-b001 2
40789 hand-painted-glass-jewelry-pendant-and-necklace-multi-faceted-259 2
40810 hand-painted-glass-heart-pendant-and-necklace-red-light-green-light-1-2-3 2
43856 hand-painted-glass-jewelry-pendant-necklace-ooak-blueberry-raspberry-streusel-80-alcohol-ink-necklace 2
61690 hand-stamped-aluminum-cuff-bracelet-breathe-inspirational-gift-for-women-gift-for-any-occasion 2
61704 hand-stamped-aluminum-cuff-bracelet-laugh-lots-inspirational-gift-for-women-gift-for-any-occasion 2
62983 memorial-bracelet-personalized-hand-stamped-aluminum-cuff-bracelet 2
310237 hand-painted-glass-cabochon-bangle-bracelet-faith-b001-clone 2
310242 hand-painted-glass-heart-pendant-and-necklace-red-light-green-light-1-2-3-clone 2
310266 hand-painted-glass-jewelry-pendant-necklace-ooak-blueberry-raspberry-streusel-80-alcohol-ink-necklace-clone 2
310332 hand-stamped-aluminum-cuff-bracelet-faith-inspirational-gift-for-women-gift-for-any-occasion-clone 2
310338 memorial-bracelet-personalized-hand-stamped-aluminum-cuff-bracelet-clone 2