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 (
    1728, 814, 816, 817, 818, 819, 820, 821, 
    822, 823, 825, 826
  ) 
  AND jmj_product_descriptions.lang_code = 'en'

Query time 0.01025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "index_condition": "((`jmj_test`.`jmj_product_descriptions`.`product_id` in (1728,814,816,817,818,819,820,821,822,823,825,826)) and (`jmj_test`.`jmj_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "26.41",
        "eval_cost": "2.40",
        "prefix_cost": "28.81",
        "data_read_per_join": "45K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
814
816
817
818
819
820
821
822
823
825
826
1728 <p><span style="font-size:21px;font-weight:700;">Product DetailsĀ </span></p> <p>ASSEMBLE STRETCH SUPER WIDE LEG DENIM JEANS IN LIGHT BLUE COLOR</p> <ul><li>Light shade, light fade blue jeans</li><li>Wide leg, high-rise</li><li>Clean look</li><li>Strechable</li><li>5 pocket</li><li>Length: regular</li></ul> <h4>Size & Fit</h4> <p><br />Fit: Wide Leg<br />Stretchable<br />The model (height 5'8) is wearing a size 28</p>