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 (
    226228, 234194, 226414, 231093, 226634, 
    231043, 257532, 257544, 231088, 234193, 
    226235, 258228
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00312

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 (226228,234194,226414,231093,226634,231043,257532,257544,231088,234193,226235,258228)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
226228 <p>This blue beauty is an acrylic painting on a 12x12 inch canvas&nbsp;. Bold shades of blues with surprising pops of silver sparkle, make this a decor piece that will surely draw attention.&nbsp;</p> <p>The painting is varnished, fully cured and ready to be shipped to you!</p>
226235 <p>Love purple? Who doesn't! This pretty little 8in round canvas is so much fun.&nbsp;</p> <p>It is cured, varnished and ready to be shipped to you!</p>
226414 <p>The colors in this painting remind me of an ocean scene. It is an 11x14inch canvas, painted with blues, greens and a flash of gold.&nbsp;</p> <p>This painting is dried, varnished and ready to ship to you!</p>
226634 <p>This pendant is a knock-out! It is a silver pendant. The center is dried paint covered with resin.&nbsp;</p> <p>It comes on a black, 18 inch, adjustable length, leatherette cord with a lobster clasp. The pendant can easily be removed if you would like to switch it to a chain.</p> <p>Coin shown in picture is for size comparison.</p>
231043 <p>This is a 6x6 inch ceramic tile arted with an acrylic bloom.</p> <p>It is covered with high heat ceramic coating to protect the paint. And it has felt pads glued to the bottom to protect whatever surface it is placed on.<br>It can be used as a trivet or just for decoration!</p>
231088 <p>I love these large pendants. Talk about a great statement piece! These 1 1/2 by 1 3/4 inch pendants are total eye-catchers!</p> <p>This one is in a silver bezel and topped with a glass cabochon. It comes on an adjustable length leatherette cord, but can easily be removed to go on a different chain.</p> <p>Coin pictured for size comparison.<br></p>
231093 <p>I love these large pendants. Talk about a great statement piece! These 1 1/2 by 1 3/4-inch pendants are total eye-catchers!</p> <p>This one is in a silver bezel and topped with a glass cabochon. It comes on an 18in adjustable length leatherette cord but can easily be removed to go on a different chain.</p> <p>Coin pictured for size comparison.<br></p>
234193 <p>This is a 6x6 inch ceramic tile arted with an acrylic dip and swipe. The bright colors are so much fun!</p> <p>It is covered with high heat ceramic coating to protect the paint. And it has felt pads glued to the bottom to protect whatever surface it is placed on.<br>It can be used as a trivet or just for decoration!</p>
234194 <p>This is a 6x6 inch ceramic tile arted with an acrylic bloom. It looks like a rainbow explosion!</p> <p>It is covered with high heat ceramic coating to protect the paint. And it has felt pads glued to the bottom to protect whatever surface it is placed on.<br>It can be used as a trivet or just for decoration!</p>
257532 <p>These magnets are so much fun! They are canvas magnets that have been painted using acrylics and sealed with varnish for extra protection.&nbsp;</p> <p>They measure 3x3inches.</p> <p><br></p>
257544 <p>I LOVE rings. And these rings are so much fun!</p> <p>Each ring is made with dried paint skins leftover from my paintings and covered with a 20mm glass bezel. The rings are adjustable, one size fits most.</p> <p>Check out my paintings and you just might find it's canvas-match!</p>
258228 <p>Black, white and neon pink - an incredible combo that makes this flower pop!</p> <p>This painting was created using the Bottle Bottom technique on a&nbsp;12x12in canvas. The acrylic paints I used are super-glossy! Because of the mega-shininess, the pictures do not do this painting justice.</p> <p>The painting is varnished, fully cured and ready to be shipped to you!</p>