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 (311, 325, 312, 318, 322) 
  AND ushop_product_descriptions.lang_code = 'en'

Query time 0.00068

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.51"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "index_condition": "((`marketplace`.`ushop_product_descriptions`.`product_id` in (311,325,312,318,322)) and (`marketplace`.`ushop_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.01",
        "eval_cost": "0.50",
        "prefix_cost": "3.51",
        "data_read_per_join": "31K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
311 <p>This classic women's adidas Originals Trefoil Logo Hoodie is made of comfortable fleece with a drawcord hood, a kangaroo pocket and an outsize logo. The pullover hoodie also features extra-long cuffs and hem for feminine style.</p>
312 <p>adidas Run Perf 7/8 Ti , new to site, more details coming soon.</p>
318 <div class="text description dark-grey-heather-dark-grey-heather-red"><div class="product-description-component"><p><strong>The Nike "Untouchable" Tank Top: Sleeveless tribute to '72</strong></p>Celebrating a banner year in sports with vibrant print detail, the Nike "Untouchable" Women's Tank Top offers a motion-friendly racerback silhouette in a body-hugging fit.<br /><p><strong>Benefits</strong></p><li>Slim fit contours to your body</li><li>Rib scoop-neck and armholes for durability and comfort</li><li>Racerback for enhanced range of movement</li><li>Screen-print at front</li><br /><p><strong>Additional Details</strong></p><li>Fabric: 100% cotton</li><li>Machine wash</li><li>Imported</li></div></div>
322 <div class="text black-gold description"><div class="product-description-component"><p><strong>The Nike Futura Shirt: A flattering fit with bold pops of color</strong></p><br /><p>It's a style explosion in the Nike Futura Unravel Women's T-Shirt, a high-energy essential with a flattering design and playful bursts of color.</p><br /><p><strong>Benefits</strong></p><li>Extended rib V-neck for a flattering, comfortable fit</li><li>Reflective screen-print at front for a pop of color</li><li>A slim fit that's contoured to your body</li><br /><p><strong>Additional Details</strong></p><li>Fabric: 100% cotton</li><li>Machine wash</li><li>Imported</li></div></div>
325 <p>Welcome the new addition with this adidas Originals Gift Set, featuring a one-piece romper and matching socks. The romper has a sleepy-time Trefoil character on the back, while the front bristles with fun in vibrant stripes.</p><div class="prodDetail"><h3>Details</h3><ul><li>Crewneck</li><li>Full snap-button front for easy on and off</li><li>Allover yarn-dyed stripe pattern on front</li><li>Solid-color back with Trefoil-inspired graphic</li><li>Matching socks included</li><li>95% cotton / 5% elastane single jersey</li><li>Imported</li></ul></div>