SELECT 
  q_product_descriptions.product_id, 
  q_product_descriptions.short_description, 
  IF(
    q_product_descriptions.short_description = '', 
    q_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  q_product_descriptions 
WHERE 
  q_product_descriptions.product_id IN (29312, 29870) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00036

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.81"
    },
    "table": {
      "table_name": "q_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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (29312,29870)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.41",
        "eval_cost": "0.40",
        "prefix_cost": "4.81",
        "data_read_per_join": "7K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
29312 <ul><li>Sporting Good Category: Basketball</li><li>Firm Iron Bracket, Not Easily Deformed.</li><li>Easy Install and Disassembly,</li><li>Convenient Carrying and Remove, Ideal for Indoor and Outdoor Use.</li><li>Abs Environmental Thick Material Base,</li><li>Water or Sand Filling for Increased Stability.</li><li>Parent-Child Interaction, Fitness Enlightening, Promote Children's Physical and Mental Development.</li><li>Features :</li><li>For Basketball Games.</li><li>Easy to Assemble</li><li>Suitable for Both Children and Adults</li><li>Height Can Be Adjusted from 58 Cm To</li><li>144 Cm</li></ul>
29870 <span>1,Basketball stand total about 150cm, suitable for children 50cm to 130cm.2,Firm iron bracket, not easily deformed3,Easy install and disassembly, convenient carrying and remove, ideal for indoor and outdoor use4,ABS environmental thick material base, water or sand filling for increased stability5,Parent-child interaction, fitness enlightening, promote children's physical and mental development Package Included:§ 1X basketball stand§ 1X  basketball§ 1 X pump</span>