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 (30669) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "q_product_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.20",
        "prefix_cost": "0.00",
        "data_read_per_join": "3K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
30669 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">MAKE YOUR KITCHEN SHINE - These Pineapple shaped Copper-Finish Mugs will really stand out in your kitchen and impress your friends. The shiny copper exterior glimmers wherever it is placed, and it's the perfect staple for the host or party-thrower. These mugs are externally lacquered to maintain the luster and last a long time unlike other mugs. Beautiful yet functional!</span></li> <li><span class="a-list-item">FEATURES - Pineapple shape with Straw; High quality stainless steel; Tarnish resistant finish; Uniquely designed to keep beverages COLD!</span></li> <li><span class="a-list-item">100% FOOD GRADE SAFE- Our mugs/cups are 100% Food Grade Safe which means you do not have to worry about chemicals being absorbed into your beverages. This issue comes about with the 100% copper moscow mules which are products AVOID</span></li> <li><span class="a-list-item">FEATURES - Pineapple shape with Straw; High quality stainless steel; Tarnish resistant finish; Uniquely designed to keep beverages COLD!</span></li> <li><span class="a-list-item">HOW TO CLEAN - Hand Wash Only with non-abrasive sponge and gentile detergent. To dry and maintain clean finish</span></li> </ul>