INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8e275ec141700898f68e46fe8fa8f75d0153a549eabe97c9a7eb172f2282d874', 
    'ITfAi5wcNUAlN4cu2KhZDjo3JwBZxZQZGGaY/Wicvic=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)