SELECT 
  ushop_product_descriptions.product_id, 
  ushop_product_descriptions.short_description, 
  IF(
    ushop_product_descriptions.short_description = '' 
    OR ushop_product_descriptions.short_description IS NULL, 
    ushop_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  ushop_product_descriptions.unit_name 
FROM 
  ushop_product_descriptions 
WHERE 
  ushop_product_descriptions.product_id IN (194) 
  AND ushop_product_descriptions.lang_code = 'es'

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "ushop_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
194 <p><span style="color: #000000; font-family: Arial, Geneva, 'sans serif'; text-align: left; background-color: #ffffff;">U218 Singles is the first single-disc collection - including 16 of their best-known songs. Also included are two brand-new tracks recorded with producer Rick Rubin at Abbey Road Studios in London: "The Saints Are Coming" (with Green Day) and "Window in the Skies."</span></p>