INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cec1dbe4502bded2830b015226c397242a429ebe132392f04995a136ea1b8af4', 
    'AVFdj3SC8zeMi6QRfR9eYE6gin8MQBnrX2Or5Y4P/Yw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)