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 (136) 
  AND cscart_product_descriptions.lang_code = 'ja'

Query time 0.00042

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_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> 史上初のHD対応の完全新作2D格闘タイトルとして産声を上げた「BLAZBLUE -CALAMITY TRIGGER-」から3年-。<br /> 第4作目にあたる「BLAZBLUE CONTINUUM SHIFT Ⅱ PLUS」PlayStation&reg;Vitaに登場!!<br /> 圧倒的な描き込みの2Dグラフィックス、長年のプレイヤーに「新たなスタートライン」、<br /> 「新たな刺激と興奮」を提供します。<br /> ビギナーでも手軽に始められる 操作方法:スタイリッシュタイプも搭載しております。<br /> また、PlayStation&reg;Vitaの特徴である本体前面のタッチスクリーン、本体背面のタッチパッド、<br /> ネットワークを使った対戦モードも充実しており、手軽に対戦可能です。<br /> <br /> 発売日: 2012年02月14日<br /> <br /> ジャンル: 格闘<br /> <br /> プレーヤー: ローカル1人, オンライン 2-6人</p>