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 (
    155964, 111424, 310851, 310226, 310853, 
    310857, 310548, 310849, 310264, 310855, 
    310546, 310263
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00324

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.02"
    },
    "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.82",
        "eval_cost": "1.20",
        "prefix_cost": "10.02",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (155964,111424,310851,310226,310853,310857,310548,310849,310264,310855,310546,310263)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
111424 <p>Dew Kissed Rose ear cuff or changed to necklace pendant drop in sterling silver and blue chalcedony. A beautiful faceted blue chalcedony dew drop, hangs daintily from a hand forged sterling silver rose (my version of rose, anyway :)) with a leaf longing for the water.&nbsp; Can be a necklace with an 18 inch sterling silver chain for $8 extra!<br></p>
155964 <p>Dark Amethyst Pendant Solitaire Necklace Sterling Silver Faceted purple gemstone gifts for her 1 ct, February birthstone. Comes with an 18 inch sterling chain. Measures, 3/8 inch tall with the bail, genuine gemstone is 5mm, appx 1 ct. Gift boxed.</p>
310226 <p>Hen & Rooster Earrings Sterling Silver & Pearl with Eggs in a Nest</p>
310263 <p>Blue Sapphire in sterling silver Daisy minimalist pendant</p>
310264 <p>Raw Crystal Pink Kunzite Necklace in Sterling Silver</p>
310546 <p>Dew Kissed Rose ear cuff or changed to necklace pendant drop in sterling silver and blue chalcedony. A beautiful faceted blue chalcedony dew drop, hangs daintily from a hand forged sterling silver rose (my version of rose, anyway :)) with a leaf longing for the water.&nbsp; Can be a necklace with an 18 inch sterling silver chain for $8 extra!<br></p>
310548 <p>Long Candy Earrings, silver wire wrapped with rainbow colors.&nbsp; Yellow, green, pink, purple, blue. A long, 3 inches not including the ear wire! I made these for fun. <br></p> <p>The wire is soft, so these will need straightening from time to time or if you drop them. The earwires are solid sterling silver in case you have allergies. The wires are sterling plated. A little weight to them, they are dyed agate stones, but not too heavy.</p>
310849 <p>Amethyst Pendant Solitaire Necklace in Sterling Silver. Faceted purple gemstone 1 ct, February birthstone. Comes with an 18 inch sterling chain. Measures, 3/8 inch tall with the bail, genuine gemstone is 5mm. Gift boxed.</p>
310851 <p>Lampwork Glass Frog Pendant Necklace with Sterling Silver 18 inch chain. Christmas Tree Bulb & Toad with Santa Hat purchased directly from the glass artist. I put it on sterling wire with sterling dangles & swarovski crystals. Measures, a little over 1 inch tall. 18 inch sterling silver chain with lobster claw clasp. One-of-a-kind piece!</p>
310853 <p>Sterling silver daisy flower minimalist pendant. Measures 1/2 inch across by 1/2 inch tall. Thick solid, silver daisy with an 18 inch sterling silver chain with a spring ring clasp. The back has scars from the casting process. Handmade, and comes in a gift box.&nbsp;&nbsp;</p> <p>I can custom make these with different stones in the center upon request.</p>
310855 <p>Victorian Butterfly Cascade necklace with mint green crystals, silver and gold. Waterfall butterflies with steampunk watch parts. Descending silver butterflies cascade to an antique watch gear and butterfly. Swarovski crystals, the color of 7-up glass frolic with them in this victorian style necklace. One of a kind, it comes on a 24 inch chain, and the centerpiece measures another 2 1/2 inches long.</p>
310857 <p>Dark Amethyst Pendant Solitaire Necklace Sterling Silver Faceted purple gemstone gifts for her 1 ct, February birthstone. Comes with an 18 inch sterling chain. Measures, 3/8 inch tall with the bail, genuine gemstone is 5mm, appx 1 ct. Gift boxed.</p>