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 (
    265042, 265041, 265040, 265039, 265038, 
    265037, 265036, 265035, 263002, 263001, 
    263000, 262999, 262997
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00095

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.23"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "15.63",
        "eval_cost": "2.60",
        "prefix_cost": "18.23",
        "data_read_per_join": "88K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (265042,265041,265040,265039,265038,265037,265036,265035,263002,263001,263000,262999,262997)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
262997 <p> Sugar and mandarin body scrub. </p> <p> Contact us for more information! </p>
262999 <p> Sugar and mandarin body scrub. </p> <p> Contact us for more information! </p>
263000 <p> Sugar and mandarin body scrub. </p> <p> Contact us for more information! </p>
263001 <p> Sugar and mandarin body scrub. </p> <p> Contact us for more information! </p>
263002 <p> Sugar and mandarin body scrub. <br> </p> <p> Contact us for more information! </p>
265035 <p> Your hands are your best accessory. Fall in love with Nail Art and get a new look for your nails. Your nails are important, let's take care of them with spa treatments and special care products. Unique, colorful and completely personal. </p>
265036 <p> The brows work to frame the eyes and face. Proper eyebrow care is an essential part of our beauty routine. </p> <p> Microblading is a semi-permanent eyebrow treatment that uses small needles to scratch the surface of the skin and deposit the pigment. </p>
265037 <p> One of the advantages of using eyelash extensions is to give new life to your eyes, thus eliminating the tired eyes effect, appearing younger and more refined. </p> <p> By applying eyelash extensions you will no longer waste time in front of the mirror, you will always be in order and with a rested look. </p>
265038 <p> We offer a wide range of health, relaxation and beauty options, including spa treatments. </p> <p> We make you look young, feel vibrant and smell great. </p> <p> A place that understands the connection between health and well-being! </p>
265039 <p> It is an aesthetic treatment used to combat different types of imperfections, such as wrinkles, skin spots, stretch marks, acne and surgical scars, obtaining surprising, effective and long-lasting results. </p>
265040 <p> Anti-aging treatments are specifically designed to reduce the appearance of wrinkles, fine lines and sagging skin. </p> <p> These treatments are commonly performed on parts of the body most susceptible to the first signs of aging, such as the face, neck and hands. </p>
265041 <p> It is a treatment that brings multiple benefits. </p> <p> Improves wrinkles, drains liquids and improves bags by lightening glasses. </p> <p> You will immediately have a more compact and toned skin, with a rested effect. </p>
265042 <p> Hyaluron filling pen without needles. </p> <p> It is a hyaluronic acid treatment without the use of needles that allows us to plump the lips as we wish, so the client will choose the volume and effect she prefers. </p> <p> Its duration varies from a minimum of 1 to 4 months. </p>