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 (262460, 262461, 262463) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00098

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.21"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "3.62",
        "eval_cost": "0.60",
        "prefix_cost": "4.22",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (262460,262461,262463)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
262460 <p> <b> The DGA Car & Service offers: </b> </p> <p> <strong> Financing for New or Used Car. </strong> </p> <p> In the automotive sector since 1989, <b> <strong> DGA Car & Service has </strong> </b> <strong> </strong> thirty years of experience at your disposal for any need. We try to find the right solution to your priority by enhancing and respecting the emotion that makes your heart beat. Every single guest is accompanied and guided by their tutor who will remain at their complete disposal both in the sales phase, but above all in the post-sales phase, always and in any case by their side </p> <p> <a href = "https://www.agos.it/finanziamenti/auto.aspx" data-ved = "2ahUKEwjg2b2t-Lj1AhUGKuwKHTL9DeUQFnoECC8QAQ" ping = "/ url? sa = t & source = web & rct = j & url = https: / /www.agos.it/finanziamenti/auto.aspx&ved=2ahUKEwjg2b2t-Lj1AhUGKuwKHTL9DeUQFnoECC8QAQ&cshid=1642427818614488 "> <br> </a> <br> </p> <p> <a href = "https://www.agos.it/finanziamenti/auto.aspx" data-ved = "2ahUKEwjg2b2t-Lj1AhUGKuwKHTL9DeUQFnoECC8QAQ" ping = "/ url? sa = t & source = web & rct = j & url = https: / /www.agos.it/financing/auto.aspx&ved=2ahUKEwjg2b2t-Lj1AhUGKuwKHTL9DeUQFnoECC8QAQ&cshid=1642427818614488 "> </a> </p>
262461 <p> <b> The DGA Car & Service offers: </b> </p> <ul> <li> Debt Solution for Your Car </li> </ul> <p> In the automotive sector since 1989, <b> DGA Car & Service </b> has thirty years of experience at your disposal for any need. We try to find the right solution to your priority by enhancing and respecting the emotion that makes your heart beat. Every single guest is accompanied and guided by their tutor who will remain at their complete disposal both in the sales phase, but above all in the post-sales phase, always and in any case by their side </p> <p> <br> </p>
262463 <p> <b> The DGA Car & Service offers: </b> <br> </p> <p> <strong> Administrative Bureaucratic Practices Management. </strong> </p> <p> In the automotive sector since 1989, <b> DGA Car & Service </b> has thirty years of experience at your disposal for any need. We try to find the right solution to your priority by enhancing and respecting the emotion that makes your heart beat. Every single guest is accompanied and guided by their tutor who will remain at their complete disposal both in the sales phase, but above all in the post-sales phase, always and in any case by their side </p>