SELECT 
  tmall_product_descriptions.product_id, 
  tmall_product_descriptions.short_description, 
  IF(
    tmall_product_descriptions.short_description = '' 
    OR tmall_product_descriptions.short_description IS NULL, 
    tmall_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  tmall_product_descriptions 
WHERE 
  tmall_product_descriptions.product_id IN (136) 
  AND tmall_product_descriptions.lang_code = 'en'

Query time 0.00805

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_descriptions",
          "access_type": "const",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

product_id short_description full_description
136 <p> <p>The Time of the AZURE is Here!</p> <p>&nbsp;</p> <p>Aksys Games, a publisher of interactive entertainment software, is proud to announce that the next installment in the hit fighting game series BlazBlue, BlazBlue: Continuum Shift EXTEND, will be coming to North America as a PlayStation&reg;Vita launch title! With the devious, all new playable character Relius Clover, new story scenarios, new gameplay modes, and competitively balanced action, BlazBlue: Continuum Shift EXTEND makes a grand return to home consoles and the new frontier!</p> <p>BlazBlue: Continuum Shift EXTEND Key Features:</p> <p>&nbsp;</p> <p>Enhanced Story Mode: Relive and rediscover the events that took place in BlazBlue: Calamity Trigger or venture forth into one of four all new story scenarios!</p> <p>New and Revised Game Modes to Explore: Take on the strongest of foes in Unlimited Mars Mode, dungeoneer your way to the bottom of Abyss Mode, or lead an army to victory in Legion Mode!</p> <p>Fully Revised Combat System: All characters, new and old, have been thoroughly rebalanced and armed with all new strategies and combos to take your game to the top!</p> <p>Improved Online Multiplayer: Battle it out in BlazBlue&rsquo;s acclaimed online mode with all new multiplayer features, such as online team battles!</p> <p>SHIP DATE: February 14, 2012</p> <p>GENRE: Fighting</p> <p>PLAYER(S): 1 Local, 2-6 Online</p> </p>