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 (
    43467, 45480, 23069, 26731, 22690, 17326, 
    23073, 34023, 62877, 35966, 35632, 
    21593
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00143

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.00"
    },
    "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.80",
        "eval_cost": "1.20",
        "prefix_cost": "10.00",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (43467,45480,23069,26731,22690,17326,23073,34023,62877,35966,35632,21593)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
17326 <p></p> <p>These Boho style earrings are showstoppers with quality copper rings and turquoise or red Picasso beads.Stunning.</p> <p></p>
21593 <p>Pewter Cross on Leather Cord makes a great gift for boys of all ages. Girls like it too.</p>
22690 <p></p><p>Macrame bracelet woven in nylon knotting cord and beaded with Czeck beads and gold electroform spacers. Adjustable for perfect fit is great on it's own or layered.</p><p></p>
23069 <p></p> <p>These red white and blue patriotic earrings are a great way to show your love of country, all things nautical, and still satisfy your love of bling.</p> <p></p>
23073 <p></p> <p>Morse Code bracelet spells out America in dots and dashes (Morse Code). Great gift for the Patriotic person in your life whether your best friend, your mom, your sister, your girlfriend, or yourself.</p> <p></p>
26731 <p></p> <p>This My Person bracelet spells out My Person in dots and dashes (Morse Code). Great gift for that special woman in your life. Great gift to "Mom" from the family pet too.</p> <p></p>
34023 <p>Swarovski crystal Dragonfly earrings with Sterling ear wires are a delight of whimsical sophistication. Available in Birthstone colors. <br></p>
35632 <p>Swarovski crystal Dragonfly necklace with sterling chain and toggle clasp is a delight of whimsical sophistication. Available in Birthstone colors and several lengths. <br></p>
35966 <p></p> <p>Amethyst and Sterling Chain earrings are quite stunning and the perfect touch for a night on the town. Quite a glamorous statement.</p> <p></p>
43467 <p>Mountain Jade Stretch Bracelet in turquoise and coral dyed mountain jade and natural brass beads. Great for men or women and perfect for stacking or wearing alone.</p>
45480 <p>Swarovski crystal long dangles with Sterling ear wires are a statement of simple sophisticated glam. Available in Birthstone colors. <br></p>
62877 <p></p><p>Long stainless steel and Swarovski crystal hoop earrings are lightweight but pack a big statement.</p><p></p>