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 (
    71, 42, 43, 44, 45, 46, 70, 47, 48, 41, 49, 
    50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 
    60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 
    72
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00838

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "product_id",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "rows": 32,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (71,42,43,44,45,46,70,47,48,41,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,72)",
          "attached_condition": "cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
41 Electrochem Primary Lithium Battery 3.9V C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
42 Electrochem Primary Lithium Battery 3.93V AA - 1 Battery for Industrial / Telemetry / Downhole / OEM.
43 Electrochem Primary Lithium Battery 3.9V AA - 1 Battery for Industrial / Telemetry / Downhole / OEM.
44 Electrochem Primary Lithium Battery 3.93V 1/2 C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
45 Electrochem Primary Lithium Battery 3.93V C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
46 Electrochem Primary Lithium Battery 3.93V D - 1 Battery for Industrial / Telemetry / Downhole / OEM.
47 Electrochem Primary Lithium Battery 3.93V DD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
48 Electrochem Primary Lithium Battery 3.9V AA - 1 Battery for Industrial / Telemetry / Downhole / OEM.
49 Electrochem Primary Lithium Battery 3.9V D - 1 Battery for Industrial / Telemetry / Downhole / OEM.
50 Electrochem Primary Lithium Battery 3.9V DD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
51 Electrochem Primary Lithium Battery 3.93V 2/5 C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
52 Electrochem Primary Lithium Battery 3.93V AA - 1 Battery for Industrial / Telemetry / Downhole / OEM.
53 Electrochem Primary Lithium Battery 3.67V DD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
54 Electrochem Primary Lithium Battery 3.93V DD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
55 Electrochem Primary Lithium Battery 3.93V CC - 1 Battery for Industrial / Telemetry / Downhole / OEM.
56 Electrochem Primary Lithium Battery 3.93V C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
57 Electrochem Primary Lithium Battery 3.9V C-LMS - 1 Battery for Industrial / Telemetry / Downhole / OEM.
58 Electrochem Primary Lithium Battery 3.67V DD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
59 Electrochem Primary Lithium Battery 3.9V D-LMS - 1 Battery for Industrial / Telemetry / Downhole / OEM.
60 Electrochem Primary Lithium Battery 3.9V SD-LMS - 1 Battery for Industrial / Telemetry / Downhole / OEM.
61 Electrochem Primary Lithium Battery 3.67V C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
62 Electrochem Primary Lithium Battery 3.93V C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
63 Electrochem Primary Lithium Battery 3.93V CC - 1 Battery for Industrial / Telemetry / Downhole / OEM.
64 Electrochem Coin Cell Battery 3.93V Coin - 1 Battery for Industrial / Telemetry / Downhole / OEM.
65 Electrochem Coin Cell Battery 3.9V Coin - 1 Battery for Industrial / Telemetry / Downhole / OEM.
66 Electrochem Primary Lithium Battery 3.9V TSD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
67 Electrochem Primary Lithium Battery 3.93V TSD - 1 Battery for Industrial / Telemetry / Downhole / OEM.
68 Electrochem Coin Cell Battery 3.67V Coin - 1 Battery for Industrial / Telemetry / Downhole / OEM.
69 Electrochem Coin Cell Battery 3.6V Coin - 1 Battery for Industrial / Telemetry / Downhole / OEM.
70 Electrochem Primary Lithium Battery 3.93V C - 1 Battery for Industrial / Telemetry / Downhole / OEM.
71 Battery Specialties Primary Lithium Battery 7.84V AA - 1 Battery for Industrial / Telemetry / Downhole / OEM.
72 Electrochem Primary Lithium Battery 3.93V D - 1 Battery for Industrial / Telemetry / Downhole / OEM.