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 (
    82375, 89590, 89589, 86806, 86809, 94023, 
    94696, 94697, 96295, 96298, 96708, 
    96718, 96719, 96720, 96724, 96734, 
    96735, 96738, 96743, 96758, 96759, 
    96764, 96775, 97820
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00079

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "table": {
      "table_name": "cscart_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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "91K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (82375,89590,89589,86806,86809,94023,94696,94697,96295,96298,96708,96718,96719,96720,96724,96734,96735,96738,96743,96758,96759,96764,96775,97820)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82375 nuie Shower Kits Luxury Slide Rail Kit - Chrome
86806 nuie Shower Kits Slide Rail Kit - Chrome
86809 nuie Shower Kits Slide Rail Kit - Chrome
89589 nuie Shower Kits Slide Rail Kit - Chrome
89590 nuie Slide Rail Kit - Chrome
94023
94696
94697
96295
96298
96708
96718
96719
96720
96724
96734
96735
96738
96743
96758
96759
96764
96775
97820