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 (726) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00009

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "const",
      "possible_keys": ["PRIMARY", "product_id"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["product_id", "lang_code"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

product_id short_description full_description unit_name
726 <div style="border: 2px solid red; border-radius: 15px; padding: 20px; margin-bottom: 20px; font-family: Arial, sans-serif;"><p> <strong><span style="color: rgb(192, 80, 77);">By choosing this prosthesis,</span></strong> you are opting for the manufacture of all types of STELLITE in Fitting or even in Direct Finishing.</p><p> You can even define the number of teeth desired, the positioning of the hooks and much more - Origin France - 3 days delay.</p><p> This range of prostheses is entirely manufactured in France by experienced dental prosthetists with more than ten years of expertise.<br></p><p> <span style="color: rgb(155, 187, 89);"><strong>Manufactured in certified laboratories,</strong></span> respecting our very high quality standards and strictly using materials that comply with CE standards.</p></div>