INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '411cdbba8e4b008cf6453f519ab8534c51d897e3643eb7af32dad009e4bf2e06', 
    'ptoJjAb8agZNGtBJSOLWPGeP1rfV/BFbUighGhRAYqQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)