SELECT 
  option_id, 
  option_type 
FROM 
  cscart_product_options 
WHERE 
  option_id IN (
    1066, 1191, 1247, 1398, 1399, 1405, 1406, 
    1407, 1409, 1410, 1411, 1415, 1425, 
    1444, 1449, 829, 1506, 1542, 1573, 1079, 
    1585, 1622, 830, 831, 833, 838, 856, 
    1393, 1394, 1397, 1504, 1232
  )

Query time 0.00129

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": 32,
          "filtered": 100,
          "index_condition": "cscart_product_options.option_id in (1066,1191,1247,1398,1399,1405,1406,1407,1409,1410,1411,1415,1425,1444,1449,829,1506,1542,1573,1079,1585,1622,830,831,833,838,856,1393,1394,1397,1504,1232)"
        }
      }
    ]
  }
}

Result

option_id option_type
829 R
830 R
831 R
833 R
838 R
856 R
1066 C
1079 R
1191 C
1232 R
1247 C
1393 R
1394 R
1397 R
1398 C
1399 C
1405 C
1406 C
1407 C
1409 C
1410 C
1411 C
1415 C
1425 C
1444 R
1449 R
1504 R
1506 R
1542 C
1573 C
1585 C
1622 C