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 (
    85699, 85711, 87421, 87422, 88546, 87430, 
    85675, 87426, 87427, 88544, 92554, 
    92597, 92598, 92599, 92600, 92601, 
    92602, 92620, 92621, 92622, 92623, 
    92624, 92625, 92643
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00069

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 (85699,85711,87421,87422,88546,87430,85675,87426,87427,88544,92554,92597,92598,92599,92600,92601,92602,92620,92621,92622,92623,92624,92625,92643)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
85675 nuie Deco Compact Wall Hung 1 Door Vanity Basin Unit & Ceramic Basin, 400mm - Satin White
85699 nuie Deco Compact Wall Hung 1 Door Vanity Basin Unit & Ceramic Basin, 400mm - Satin Blue
85711 nuie Deco Compact Wall Hung 1 Door Vanity Basin Unit & Ceramic Basin, 400mm - Satin Green
87421 nuie Vault Floor Standing Single Door Compact Vanity Unit with Ceramic Basin 400mm - Anthracite Woodgrain
87422 nuie Vault Floor Standing Single Door Compact Vanity Unit with Ceramic Basin 400mm - Hacienda Black
87426 nuie Vault Wall Hung Single Door Compact Vanity Unit with Ceramic Basin 400mm - Anthracite Woodgrain
87427 nuie Vault Wall Hung Single Door Compact Vanity Unit with Ceramic Basin 400mm - Hacienda Black
87430 nuie Vault Wall Hung Single Door Compact Vanity Unit with Ceramic Basin 400mm - Gloss Grey Mist
88544 nuie Vault Wall Hung Single Door Compact Vanity Unit with Ceramic Basin 400mm - Gloss White
88546 nuie Vault Floor Standing Single Door Compact Vanity Unit with Ceramic Basin 400mm - Gloss White
92554 Cloakroom Pack Floor Standing Saturn Furniture Pack with Round Basin
92597
92598
92599
92600
92601
92602
92620
92621
92622
92623
92624
92625
92643