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 (
    86232, 86233, 92555, 94705, 94706, 96706, 
    96707, 96715, 96717, 96726, 96727, 
    96748, 96756, 96757, 96762, 96763, 
    96771, 96772, 97829, 97830, 98274, 
    98275, 98276, 98277, 98278, 98279, 
    98280, 98281, 98282, 98283, 98284, 
    98285, 98286, 98287, 98288, 98289, 
    98572, 98573, 98574, 98575, 98576, 
    98577, 98578, 98579, 98580, 98581, 
    98582, 98583
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00116

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.63"
    },
    "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": 48,
      "rows_produced_per_join": 48,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "16.83",
        "eval_cost": "4.80",
        "prefix_cost": "21.63",
        "data_read_per_join": "183K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (86232,86233,92555,94705,94706,96706,96707,96715,96717,96726,96727,96748,96756,96757,96762,96763,96771,96772,97829,97830,98274,98275,98276,98277,98278,98279,98280,98281,98282,98283,98284,98285,98286,98287,98288,98289,98572,98573,98574,98575,98576,98577,98578,98579,98580,98581,98582,98583)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
86232 nuie Shower Heads Fixed Head - Chrome
86233 nuie Shower Heads Fixed Head - Chrome
92555
94705
94706
96706
96707
96715
96717
96726
96727
96748
96756
96757
96762
96763
96771
96772
97829
97830
98274
98275
98276
98277
98278
98279
98280
98281
98282
98283
98284
98285
98286
98287
98288
98289
98572
98573
98574
98575
98576
98577
98578
98579
98580
98581
98582
98583