INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e85fe17cb253ff23b9bc499e8d8ce9c62ee7ff405e23ba0ef46b9bc5eb1f085c', 
    'gFnweJzGnx441jWCI64B0U9fliGTXhj7aoG6O0ZF3+s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00052

Result

int(1)