SELECT 
  tmall_product_descriptions.product_id, 
  tmall_product_descriptions.short_description, 
  IF(
    tmall_product_descriptions.short_description = '' 
    OR tmall_product_descriptions.short_description IS NULL, 
    tmall_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  tmall_product_descriptions 
WHERE 
  tmall_product_descriptions.product_id IN (78, 79, 81, 80) 
  AND tmall_product_descriptions.lang_code = 'en'

Query time 0.00821

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.007875846,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "loops": 1,
          "rows": 4,
          "cost": 0.007875846,
          "filtered": 100,
          "index_condition": "tmall_product_descriptions.product_id in (78,79,81,80) and tmall_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description
78 <p>Get moving in the lightweight adizero&trade; Rush shoes by adidas. These featherweight, dynamic men's running shoes are just 7.5 ounces of high-mileage style, with adiPRENE&reg;+ support in the forefoot, a light synthetic upper and a thin rubber outsole for a close</p>
79 <p> The adiZero™ Tempaia shoes by adidas are lightweight, breathable tennis shoes designed for multi-court use. They feature a breathable upper, adiPRENE®+ in the forefoot for propulsion, adiPRENE® heel cushioning and EXTENDED TORSION® for support. </p>
80 <div class="black-white-black-white text description"> <div class="product-description-component"> <p><strong>The Nike Tenkay Slip TXTL: Casual-cool with a sporty side</strong></p> Versatile and super comfortable, the Nike Tenkay Slip TXTL Women's Shoe looks as good as it feels. With a soft textile upper and a durable rubber outsole, this shoe provides excellent traction on a variety of surfaces.<br /> <p><strong>Benefits</strong></p> <li>Textile upper with suede overlays for a comfortable fit</li> <li>Elastic slip-on entry for easy on and off</li> <li>Flex grooves at outsole for enhanced flexibility</li> <br /> <p><strong>Additional Details</strong></p> <li>Removable ankle strap for a versatile fit</li> <li>Rubber outsole for durability</li> </div> </div>
81 <div class="linePadding leadingEquity">Authentic designs. Free-spirited heritage. Shaping the moccasin's place in history since 1946.</div> <div class="linePadding">Leather</div> <ul class="equityBullets firstSet"> <li>&bull; Genuine leather construction </li> <li>&bull; Lace-up front </li> <li>&bull; Long-wearing nub bottom </li> <li>&bull; Cushioned leather insole </li> <li>&bull; Contrast stitching </li> </ul>