SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1161, 1398, 1399, 1408, 1425, 1449, 1453, 
    829, 1506, 1534, 1542, 1545, 1546, 1548, 
    1550, 1554, 1556, 1559, 1566, 1567, 
    1572, 1580, 1585, 831, 858, 1397
  )

Query time 0.00112

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_options",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["option_id"],
          "rows": 26,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1161,1398,1399,1408,1425,1449,1453,829,1506,1534,1542,1545,1546,1548,1550,1554,1556,1559,1566,1567,1572,1580,1585,831,858,1397)"
        }
      }
    ]
  }
}

Result

option_id option_type
829 R
831 R
858 R
1161 C
1397 R
1398 C
1399 C
1408 C
1425 C
1449 R
1453 R
1506 R
1534 R
1542 C
1545 C
1546 C
1548 C
1550 C
1554 C
1556 C
1559 C
1566 C
1567 C
1572 C
1580 R
1585 C