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 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (35649, 35646) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00083

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 2,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (35649,35646) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description
35646 <p>Thung Go Decor gives you an extremely artistic and delicate mirror, in addition to being used for looking, the product also helps to decorate the room more prominently. Not only that, but the mirror will also be a great gift for your loved ones.</p>
35649 <p>The monotonous wall in the house will be embellished with this wall curtain. The product is made of delicate knots, along with the harmonious combination of different colors, making this a great decoration and also has a bit of vintage style.</p>