INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '515045fd56e2a9fc8910582963d74fb4269c5c56dee25bdb3c28790dfff86ee4', 
    'TcQBK+NJeyLaczXfhL1wMZ7IaWe1MHPxcXiljEaQ15g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)