INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '18173f29af97f997e92189ef6278f4cd5a3484fe65f8318579c41d2736aeade1', 
    'gOpPUpbYyZyIrupIWsXYFoY/dJ0wKDpPi6rU1v7P/M8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)