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 (
    231093, 226634, 231088, 231090, 231092, 
    231094
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00062

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "4.41",
        "eval_cost": "0.60",
        "prefix_cost": "5.01",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (231093,226634,231088,231090,231092,231094)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
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>
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>
231090 <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>
231092 <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>
231094 <p>Love dangle earrings?</p> <p>Love PINK?</p> <p>These earrings are perfect for you!</p> <p>Silver bezels, filled with dried paint skins from my paints, covered with glass cabochons. For pierced ears.</p> <p>So cute!!!</p> <p>Coin pictured for size comparison.</p>