INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f6af4a58c2cfe6fffcb55b5171df53e783d6736c59ac5627d3ddf83ed4e02ad1', 
    'ByfNTtOR+GsKLBSAXaxPBXsUKkYXRj6yuGO2IqJO4Rg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)