SELECT 
  product_descriptions.product_id, 
  product_descriptions.short_description, 
  IF(
    product_descriptions.short_description = '' 
    OR product_descriptions.short_description IS NULL, 
    product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  product_descriptions 
WHERE 
  product_descriptions.product_id IN (
    65542, 47177, 49591, 49594, 43252, 69189, 
    142583, 42919, 38492, 47186, 53754, 
    43255
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00344

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.01"
    },
    "table": {
      "table_name": "product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "11",
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.81",
        "eval_cost": "1.20",
        "prefix_cost": "10.01",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (65542,47177,49591,49594,43252,69189,142583,42919,38492,47186,53754,43255)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
38492 <p>This unique&nbsp;Natural&nbsp;Ammonite&nbsp;oversize chrome paper clip bookmark will make a perfect&nbsp;gift for any student going back to school. It's also a great gift for someone who loves to rock hound or who is into rocks and crystals.</p>
42919 <p>This unique Light Green Colored Agate Slice&nbsp;Keychain&nbsp;with a crystal has a touch of silver wire wrap at the top and it comes with a dark green bead charm. This keychain will make a fashion statement on your purse.</p>
43252 <p>This unique Purple Agate Slice&nbsp;Barrette&nbsp;with a silver filigree flower.&nbsp;The agate is securely attached to a silver hair clip.&nbsp;This barrette is easy to wear all day long and&nbsp;will make a fashion statement in your hair.</p>
43255 <p>This unique Pink Agate Slice&nbsp;Barrette&nbsp;with a silver filigree flower. The agate is securely attached to a silver hair clip. This barrette is easy to wear all day long and&nbsp;will make a fashion statement in your hair.</p>
47177 <p>This unique gold wire-wrapped Pink Agate Night Light will look great in the bedroom, bathroom, or kids' room that needs a little extra light at night and make a decorative accessory to your home décor during the day. It comes with a free bulb.</p>
47186 <p>This unique gold wire wrapped Purple Agate Night Light will look great in the bedroom, bathroom or kids room that needs a little extra light at night and make a decorative accessory to your home décor during the day. It comes with a free bulb.</p>
49591 <p>This one-of-a-kind hand-painted Marigolds Candle Jar on a&nbsp;green top ceramic cover comes with tri-colors of hand-shaved wax surrounding a tealight cranberry scented candle in an air-tight jar. It has a green heart glass bead hanging in the front.<br></p>
49594 <p>This one-of-a-kind hand-painted Mums Candle Jar on a gray top ceramic cover comes with tri-colors of hand-shaved wax surrounding a tealight cranberry scented candle in an air-tight jar.<br></p> <p></p>
53754 <p>This adorable&nbsp; one-of-a-kind hand-painted, handcrafted Gnome Ornament on a blue agate slice will make a great Christmas gift or stocking stuffer and look charming on anyone's tree. He has a brown and gray stripe hat that is painted, and adorned clay nose, and a light tan faux fur mustache and beard. It comes in a Free red velvet gift bag.</p>
65542 <p>This original one-of-a-kind hand-painted oil-based/satin Blackburnian Warbler bird with flowers on gesso board will look great on your wall in your home or office. It comes in an antiqued gold color vintage wood refurbished frame and is ready to hang. It's signed and dated. This will make a perfect gift for someone who loves birds.</p>
69189 <p>This original one-of-a-kind oil-based hand-painted Bluebird with flowers will look great on your wall in your home or office. It comes in an antiqued color gold vintage wood refurbished frame and is ready to hang. It's signed and dated. This will make a perfect gift for someone who loves birds.</p>
142583 <p>This original one-of-a-kind oil-based hand-painted Bluebird with flowers will look great on your wall in your home or office. It comes in an antiqued color gold vintage wood refurbished frame and is ready to hang. It's signed and dated. This will make a perfect gift for someone who loves birds.</p>