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

Query time 0.01089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.81"
    },
    "table": {
      "table_name": "jmj_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`jmj_test`.`jmj_product_descriptions`.`product_id` in (1707,1632)) and (`jmj_test`.`jmj_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.41",
        "eval_cost": "0.40",
        "prefix_cost": "4.81",
        "data_read_per_join": "7K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
1632 <p><span style="font-size:21px;font-weight:700;">Product DetailsĀ </span></p> <p>Maroon solid regular-fit formal suit<br />Maroon solid regular-fit single-breasted blazer, has a Shawl Collar,3/4th Sleeve<br />Maroon solid single-breasted regular-fit waistcoat, open-front blazer features a sleek shawl collar<br />A pair of Maroon solid regular fit high-rise trousers, has a waistband with belt loops has a slip on closure</p> <h4>Size & Fit</h4> <p>Regular fit<br />The model (height 5'8") is wearing a size S</p> <h4>Material & Care</h4> <p>80% Polyester and 20% Lycra<br />Dry clean</p>
1707 <p><span style="font-size:21px;font-weight:700;">Product DetailsĀ </span></p> <p>Off white formal suit with blazers, and trousers<br />off white solid regular-fit blazer, has a notched lapel, single-breasted with double button closures, long sleeves, one welt pocket, and two flap pockets, and a double-vented back hem<br />off white solid mid-rise trousers, has a zip fly with a button and a hook-and-bar closure, four pockets, a waistband with belt loops</p> <h4>Size & Fit</h4> <p>The model (height 5'8") is wearing a S</p> <h4>Material & Care</h4> <p>Polyviscose<br />Dry Clean</p>