SELECT 
  ushop_product_descriptions.product_id, 
  ushop_product_descriptions.short_description, 
  IF(
    ushop_product_descriptions.short_description = '' 
    OR ushop_product_descriptions.short_description IS NULL, 
    ushop_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  ushop_product_descriptions.unit_name 
FROM 
  ushop_product_descriptions 
WHERE 
  ushop_product_descriptions.product_id IN (360, 362, 363) 
  AND ushop_product_descriptions.lang_code = 'es'

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.11"
    },
    "table": {
      "table_name": "ushop_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`marketplace`.`ushop_product_descriptions`.`product_id` in (360,362,363)) and (`marketplace`.`ushop_product_descriptions`.`lang_code` = 'es'))",
      "cost_info": {
        "read_cost": "1.81",
        "eval_cost": "0.30",
        "prefix_cost": "2.11",
        "data_read_per_join": "19K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
360 <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®+ support in the forefoot, a light synthetic upper and a thin rubber outsole for a close</p>
362 <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>
363 <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>