INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ce38a84fcd70fe4c5963b00d585237180720ecf89bc52183be71bcfe67503dc2', 
    'Qou3BexpYIgiso0hdfScifhZP3INGb29SY2SkZ0PG4c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)