SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1161, 1353, 1398, 1399, 1410, 1425, 1444, 
    1449, 829, 1506, 1542, 1554, 1559, 1566, 
    1567, 1572, 1580, 1585, 830, 831, 1159, 
    1397
  )

Query time 0.00245

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": 22,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1161,1353,1398,1399,1410,1425,1444,1449,829,1506,1542,1554,1559,1566,1567,1572,1580,1585,830,831,1159,1397)"
        }
      }
    ]
  }
}

Result

option_id option_type
829 R
830 R
831 R
1159 R
1161 C
1353 R
1397 R
1398 C
1399 C
1410 C
1425 C
1444 R
1449 R
1506 R
1542 C
1554 C
1559 C
1566 C
1567 C
1572 C
1580 R
1585 C