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

Query time 0.00822

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
197 <p> <p>Guitar Man CD</p> <p>George Benson - Guitar Man</p> <p>AUDIO TRACKS:</p> <p>- Tenderly</p> <p>- I Want To Hold Your Hand</p> <p>- My Cherie Amour</p> <p>- Naima</p> <p>- Tequila</p> <p>- Don't Know Why</p> <p>- Lady In My Life</p> <p>- My One And Only Love</p> <p>- Paper Moon</p> <p>- Danny Boy</p> <p>- Since I Fell For You</p> <p>- Fingerlero</p> <p>FILE:</p> <p>- George Benson - Guitar Man Digital Album Booklet</p> <p>George Benson - Guitar Man (Exclusive Bonus Tracks)</p> <p>AUDIO TRACKS:</p> <p>- Somewhere</p> <p>- Maria</p> <p>MERCHANDISE:</p> <p>- Guitar Man CD</p> <p>Type: CD</p> </p>