INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a5537578845366ebdcd87feb0c8ecaaa0b563e38380a8c4b82b480690b8defe0', 
    'QatK5H7xLGZP7/0bLmxrQ5Kwpu1ygOFtNs5RN9wEFK4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)