INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4687abe81af71911a60e7dda833358906d5cb3616c54a47039d94b4e09fca61e', 
    'exGbyZdp6cPsg+sTGigtFb90RKIlEF/tvZ+pcfsWcrc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)