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, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (7039, 8450) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00186

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.42"
    },
    "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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (7039,8450)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.23",
        "eval_cost": "0.20",
        "prefix_cost": "1.43",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
7039 <p>Bourjois Twist'matic Kajal Eyeliner Pencil 01 Char'kohl delivers intense, smudge proof color for beautifully defined eyes. Its creamy formula glides smoothly for effortless application. The twist up design allows for precise lines without the need for sharpening. Perfect for creating both bold, dramatic looks and subtle, everyday definition.</p>
8450 <p>Bourjois R/L Twist Up The Volume Ultra Black Mascara delivers intense black color for instantly bold and dramatic lashes. Its innovative twist up brush allows for customizable volume, coating each lash evenly from root to tip. The formula is long lasting, smudge proof, and lightweight, ensuring all day wear without clumping. Perfect for creating a striking, full bodied lash look that enhances and defines your eyes effortlessly.</p>