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 (
    389816, 389819, 389820, 389821, 389822, 
    389823, 389824, 389825, 389826, 389827, 
    389828, 389831, 389832, 389833, 389834, 
    389835, 389836, 389837, 389839, 389840
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00142

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.04"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "24.04",
        "eval_cost": "4.00",
        "prefix_cost": "28.04",
        "data_read_per_join": "136K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (389816,389819,389820,389821,389822,389823,389824,389825,389826,389827,389828,389831,389832,389833,389834,389835,389836,389837,389839,389840)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
389816 Excellent performance in every season, even when worn.
389819 Excellent performance in every season, even when worn.
389820 Excellent performance in every season, even when worn.
389821 Excellent performance in every season, even when worn.
389822 Excellent performance in every season, even when worn.
389823 Excellent performance in every season, even when worn.
389824 Excellent performance in every season, even when worn.
389825 Excellent performance in every season, even when worn.
389826 Excellent performance in every season, even when worn.
389827 Excellent performance in every season, even when worn.
389828 Excellent performance in every season, even when worn.
389831 Excellent performance in every season, even when worn.
389832 Excellent performance in every season, even when worn.
389833 Excellent performance in every season, even when worn.
389834 Excellent performance in every season, even when worn.
389835 Excellent performance in every season, even when worn.
389836 Excellent performance in every season, even when worn.
389837 Excellent performance in every season, even when worn.
389839 Excellent performance in every season, even when worn.
389840 Excellent performance in every season, even when worn.