SELECT 
  cscart_ult_product_descriptions.product_id, 
  cscart_ult_product_descriptions.short_description, 
  IF(
    cscart_ult_product_descriptions.short_description = "", 
    cscart_ult_product_descriptions.full_description, 
    ""
  ) AS full_description, 
  cscart_ult_product_descriptions.meta_keywords, 
  cscart_ult_product_descriptions.meta_description, 
  cscart_ult_product_descriptions.search_words, 
  cscart_ult_product_descriptions.promo_text 
FROM 
  cscart_ult_product_descriptions 
WHERE 
  cscart_ult_product_descriptions.product_id IN (3480, 3448, 3440) 
  AND cscart_ult_product_descriptions.company_id = 1 
  AND cscart_ult_product_descriptions.lang_code = 'en'

Query time 0.00062

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.11"
    },
    "table": {
      "table_name": "cscart_ult_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id",
        "company_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code",
        "company_id"
      ],
      "key_length": "13",
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_ult_product_descriptions`.`company_id` = 1) and (`test2_gaseus`.`cscart_ult_product_descriptions`.`product_id` in (3480,3448,3440)) and (`test2_gaseus`.`cscart_ult_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.81",
        "eval_cost": "0.30",
        "prefix_cost": "2.11",
        "data_read_per_join": "11K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "company_id",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text
3440 <p>acc to DIN EN ISO 2503, class 3, double stage, with safety gauges acc. to DIN ISO 5171, with shut off valve</p><p>inlet pressure max: 200 bar<br><br>outlet pressure: 0 – 10 bar adjustable<br><br>flow max: 28 Nm³/h air at 10 bar outlet pressure <br><br>inlet: W24,32x1/14RH nut acc. to DIN 477-1, no. 10<br><br>outlet: G 1/4 RHk male with 6mm tail-piece,<br><br>inlet gauge: 0 – 315 /200 bar<br><br>working gauge: 0 – 16/10 bar<br><br>width x height x depth: 240 x 190 x 75 mm<br><br>with Linde-Logo stamped on body, with Linde operating manual and Linde adhesive tape</p>
3448 <p>acc to DIN EN ISO 2503, class 3, double stage, with safety gauges acc. to DIN ISO 5171</p><p>inlet pressure max: 200 bar<br><br>outlet pressure: 0 – 10 bar adjustable<br><br>flow max: 28 Nm³/h air at 10 bar outlet pressure <br><br>inlet: W21,8x1/14LH nut acc. to DIN 477-1, no. 1<br><br>outlet: G 3/8 LHk male with 9mm tail-piece,<br><br>inlet gauge: 0 – 315 /200 bar<br><br>working gauge: 0 – 16/10 bar<br><br>width x height x depth: 240 x 190 x 75 mm</p>
3480 <p>acc to DIN EN ISO 2503,class 3, double stage, with safety gauges acc. to DIN ISO 5171</p><p>inlet pressure max: 200 bar<br><br>outlet pressure: 0 – 10 bar adjustable<br><br>flow max: 28 Nm³/h air at 10 bar outlet pressure <br><br>inlet: W21,8x1/14RH nut acc. to DIN 477-1, no. 6<br><br>outlet: G 1/4 RHk male with 6mm tail-piece,<br><br>inlet gauge: 0 – 315 /200 bar<br><br>working gauge: 0 – 16/10 bar<br><br>width x height x depth: 240 x 190 x 75 mm</p>