SELECT 
  q_product_descriptions.product_id, 
  q_product_descriptions.short_description, 
  IF(
    q_product_descriptions.short_description = '', 
    q_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  q_product_descriptions 
WHERE 
  q_product_descriptions.product_id IN (
    3028, 3033, 3038, 3043, 3067, 3071, 2942, 
    2946, 2951, 2955, 2959, 2963, 2972, 
    2976, 2980, 2984
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00057

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.41"
    },
    "table": {
      "table_name": "q_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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (3028,3033,3038,3043,3067,3071,2942,2946,2951,2955,2959,2963,2972,2976,2980,2984)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "35.21",
        "eval_cost": "3.20",
        "prefix_cost": "38.41",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
2942 <ul><li>Brand : Y&D</li><li>Color : Blue</li><li>Fabric Type : Mixed Materials</li><li>Dress Style : A Line </li><li>Size : XL </li><li>Targeted Group : Women </li><li>Occasion : Evening & Formal </li><li>Sleeve Length : Sleeveless </li><li>Pattern : Print </li><li>Neck Style : Off Shoulder </li><li>Dress Length : Maxi</li></ul>
2946 <ul><li>DESCRIPTION:</li><li>Targeted Group : Women</li><li>Dress Length : Maxi</li><li>Neck Style : Shirt Neck</li><li>Pattern : Print</li><li>Sleeve Length : Full Sleeve</li><li>Occasion : Special Occasion</li><li>Fabric Type : Mixed Materials</li><li>Dress Style : A Line</li><li>Brand : Y&D</li></ul>
2951 <ul><li>Description:</li><li>Targeted Group : Women</li><li>Dress Length : Maxi</li><li>Neck Style : Round Neck</li><li>Pattern : Print</li><li>Sleeve Length : Three Quarter Sleeve</li><li>Occasion : Casual</li><li>Fabric Type : Mixed Materials</li><li>Dress Style : A Line</li><li>Brand : Y&d</li></ul>
2955 <ul><li>DESCRIPTION:Targeted Group : Women </li><li>Dress Length : Maxi </li><li>Neck Style : Shirt Neck </li><li>Pattern : Print </li><li>Sleeve Length : Three Quarter Sleeve </li><li>Occasion : Casual </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : Straight </li><li>Brand : Y&D</li></ul>
2959 <ul><li>DESCRIPTION:Targeted Group : Women</li><li>Dress Length : Maxi</li><li>Neck Style : Shirt Neck</li><li>Pattern : Floral</li><li>Sleeve Length : Three Quarter Sleeve</li><li>Occasion : Casual</li><li>Fabric Type : Mixed Materials</li><li>Dress Style : Straight</li><li>Brand : Y&D</li></ul>
2963 <ul><li>Description:Targeted Group : Women</li><li>Dress Length : Maxi </li><li>Neck Style : Shirt Neck </li><li>Pattern : Floral </li><li>Sleeve Length : Three Quarter Sleeve </li><li>Occasion : Casual </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : Straight </li><li>Brand : Y&d</li></ul>
2972 <ul><li>Description:Targeted Group : Women </li><li>Dress Length : Maxi </li><li>Neck Style : Round Neck </li><li>Pattern : Print </li><li>Sleeve Length : Full Sleeve </li><li>Occasion : Casual </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : Straight </li><li>Brand : Y&d</li></ul>
2976 <ul><li>Description:Targeted Group : Women </li><li>Dress Length : Maxi </li><li>Neck Style : Shirt Neck </li><li>Pattern : Print </li><li>Sleeve Length : Full Sleeve</li><li>Occasion : Casual </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : Straight </li><li>Brand : Y&d</li></ul>
2980 <ul><li>Description:Targeted Group : Women</li><li>Dress Length : Maxi</li><li>Neck Style : Shirt Neck</li><li>Pattern : Print</li><li>Sleeve Length : Full Sleeve</li><li>Occasion : Casual</li><li>Fabric Type : Mixed Materials</li><li>Dress Style : Straight</li><li>Brand : Y&d</li></ul>
2984 <ul><li>DESCRIPTION:Targeted Group : Women </li><li>Dress Length : Maxi </li><li>Neck Style : Shirt Neck </li><li>Pattern : Print </li><li>Sleeve Length : Full Sleeve </li><li>Occasion : Casual </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : Straight </li><li>Brand : Y&D</li></ul>
3028 <ul><li>DESCRIPTION:Brand : Y&D </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : Straight </li><li>Targeted Group : Women </li><li>Occasion : Evening & Formal </li><li>Sleeve Length : Three Quarter Sleeve</li><li>Pattern : Two Tone </li><li>Neck Style : Round Neck </li><li>Dress Length : Maxi</li></ul>
3033 <p>Description: </p><p> Targeted Group : Women </p><p> Dress Length : Maxi </p><p> Neck Style : Round Neck </p><p> Pattern : Print </p><p> Sleeve Length : Short Sleeve </p><p> Occasion : Evening & Formal </p><p> Fabric Type : Mixed Materials </p><p> Dress Style : A Line </p><p> Brand : Y&D </p>
3038 <p><br /></p><ul><li> Targeted Group : Women </li><li> Dress Length : Maxi </li><li> Neck Style : Round Neck </li><li> Pattern : Floral </li><li> Sleeve Length : Short Sleeve </li><li> Fabric Type : Mixed Materials </li><li> Dress Style : A Line </li><li> Brand : Y&d </li><li> Occasion : Evening & Formal</li></ul>
3043 <p>Description:</p><p> Targeted Group : Women</p><p> Dress Length : Maxi</p><p> Neck Style : Round Neck</p><p> Pattern : Print</p><p> Sleeve Length : Short Sleeve</p><p> Occasion : Evening & Formal</p><p> Fabric Type : Mixed Materials</p><p> Dress Style : A Line</p><p> Brand : Y&D</p>
3067 <ul><li>Description: </li><li>Brand : Y&d </li><li>Fabric Type : Mixed Materials</li><li>Dress Style : A Line </li><li>Targeted Group : Women </li><li>Occasion : Evening & Formal </li><li>Sleeve Length : Short Sleeve </li><li>Pattern : Print </li><li>Neck Style : Off Shoulder </li><li>Dress Length : Mid Calf</li></ul>
3071 <ul><li></li><li>Targeted Group : Women </li><li>Dress Length : Knee Length </li><li>Neck Style : V Neck </li><li>Pattern : Print </li><li>Sleeve Length : Sleeveless </li><li>Occasion : Evening & Formal </li><li>Fabric Type : Mixed Materials </li><li>Dress Style : A Line </li><li>Brand : Y&D</li></ul>