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 (
    92530, 92523, 92536, 92540, 90702, 90706, 
    90648, 90687, 90629, 92537, 90714, 
    90720, 90713, 90719, 90700, 90704, 
    90728, 90729, 90677, 84260, 90684, 
    90685, 90690, 90691
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00053

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 (92530,92523,92536,92540,90702,90706,90648,90687,90629,92537,90714,90720,90713,90719,90700,90704,90728,90729,90677,84260,90684,90685,90690,90691)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84260 nuie Shingle Curved Back To Wall Bath & Panel
90629 Nuie 1700x750 Eternalite Bath Panel & Screen
90648 Nuie 1700x750 Eternalite Bath Panel & Screen
90677 Nuie 1700x700 Eternalite Bath Panel & Screen
90684 Nuie 1700x750 Eternalite Bath Panel & Screen
90685 Nuie 1700x750 Eternalite Bath Panel & Screen
90687 Nuie 1700x750 Eternalite Bath Panel & Screen
90690 Nuie 1700x750 Eternalite Bath Panel & Screen
90691 Nuie 1700x750 Eternalite Bath Panel & Screen
90700 Nuie 1700x700 Standard Bath Panel & Screen
90702 Nuie 1700x750 Standard Bath Panel & Screen
90704 Nuie 1700x700 Eternalite Bath Panel & Screen
90706 Nuie 1700x750 Eternalite Bath Panel & Screen
90713 Nuie 1700 Square Bath Panel & Chrome Screen - Left Hand
90714 Nuie 1700 Square Bath Panel & Chrome Screen - Left Hand
90719 Nuie 1700 Square Bath Panel & Chrome Screen - Right Hand
90720 Nuie 1700 Square Bath Panel & Chrome Screen - Right Hand
90728 Nuie 1700 Square Bath Panel & Black Screen - Left Hand
90729 Nuie 1700 Square Bath Panel & Black Screen - Right Hand
92523 nuie Freestanding Double Ended Oval Bath Tub, 1600mm x 700mm - White
92530 nuie Freestanding Single Ended Right Hand Corner Bath Tub, 1500mm x 800mm - White
92536 nuie Soft Square Double Ended Freestanding Bath Tub, 1700mm x 800mm - White
92537 nuie Curved Back to Wall Double Ended Bath Tub, 1500mm x 750mm - White
92540 nuie Square Freestanding Back to Wall Bath Tub, 1700mm x 735mm - White