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 (46, 45, 44) 
  AND cscart_product_descriptions.lang_code = 'ja'

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "product_id"],
      "key": "product_id",
      "key_length": "3",
      "used_key_parts": ["product_id"],
      "rows": 3,
      "filtered": 100,
      "index_condition": "cscart_product_descriptions.product_id in (46,45,44)",
      "attached_condition": "cscart_product_descriptions.lang_code = 'ja'"
    }
  }
}

Result

product_id short_description full_description
44 <p>ニューヨーク州の11年生が受験するアメリカの歴史試験に対応した参考書。</p>
45 <p> <strong>心理学におけるリサーチ作業についてわかりやすく解説した学生向け書籍</strong> </p> <p> 心理学におけるリサーチ作業を効率的に遂行するために必要なステップを実例を挙げて丁寧に説明した学部生必携の書。 </p>
46 <p> SAT&reg;攻略のための近道!SAT&reg;運営組織が作成した模擬テストが10回分が収録されています。<br /> 1000ページ超、20章にわたるボリュームでSAT&reg;の最新の傾向と対策を効率的に学習できます。</p> <p> <ul style="margin-top: 0px; margin-bottom: 10px; margin-left: 16px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; background-color: #ffffff; padding: 0px;"> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> SAT模擬テスト10回分(直近の実際のテスト3回分を含む)</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> 数学とクリティカル・リーディング、ライティングの徹底解説</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> SATの設問タイプに応じた練習問題</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> エッセイ対策(サンプルつき)</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> SAT&reg;で問われる数学力とは</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> 高得点獲得のための試験心得</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> 無料オンラインスコアレポート</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> 設問への解答および解説を確認できる collegeboard.org へのアクセス権</li> <li style="list-style-image: url(http://store.collegeboard.com/common/shared/images/bullet.gif); list-style-type: square; margin-bottom: 10px;"> <em>The Official SAT Online Course</em> 購入に使える10ドル割引券つき</li> </ul> <p> &nbsp;</p>