SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (14128, 14129) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00014

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0042687,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_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": 2,
          "cost": 0.0042687,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (14128,14129) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
14128 <p><strong><span style="font-size: 12pt;">Hand stitched Card Holder</span></strong></p> <p><strong><span style="font-size: 12pt;">Vegetable tanned leather </span></strong></p> <p>4 slots</p> <p>1 pocket for banknotes </p> <p>available color natural &amp;black</p>
14129 <p><span style="font-size: 12pt;"><strong>Customized Passport holder </strong></span></p> <p>Vegetable tanned leather </p> <p>available color: natural,brown,natural grain,blue &amp;burgundy</p> <p> </p>