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.meta_keywords, 
  cscart_product_descriptions.meta_description, 
  cscart_product_descriptions.search_words, 
  cscart_product_descriptions.promo_text, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (12850, 12869) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00036

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.03"
    },
    "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": "((`test2_gaseus`.`cscart_product_descriptions`.`product_id` in (12850,12869)) and (`test2_gaseus`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.83",
        "eval_cost": "0.20",
        "prefix_cost": "2.03",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text unit_name
12850 Tapping point regulator Vulkan LabLine E10, single stage. Chrome-plated brass body, stainless steel diaphragm, EPDM seals. Gas purity up to 5.0. Safety gauges acc. to DIN EN ISO 5171. Leakage rate 1×10⁻⁶ mbar·l/s. Inlet pressure max 20 bar. Outlet pressure 0–10 bar (adjustable). Max. flow 40 Nm³/h at 10 bar back pressure. Inlet: G 3/8 RH (right-hand) nut acc. to EN 560. Outlet: stainless steel clamp ring fitting 6 mm. LP gauge: 0–16 bar. Dimensions: 120 × 180 × 65 mm, weight 1.0 kg.
12869 Tapping point regulator Vulkan LabLine E10F for oxygen, single stage with integrated flowmeter and regulating valve for precise flow control. Chrome-plated brass body, stainless steel diaphragm, EPDM seals. Gas purity up to 5.0. Leakage rate 1×10⁻⁶ mbar·l/s. Inlet pressure max 200 bar. Outlet pressure 5.0 bar (fixed). Flow range 1.0–15.0 Nl/min (adjustable). Inlet: G 3/8 RH (right-hand) nut acc. to EN 560. Outlet: stainless steel clamp ring fitting 6 mm. Dimensions: 120 × 220 × 65 mm, weight 1.0 kg.