INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '64c5e673322315f30077ecc7c55ecb12e48a449c11c1ec8bad7ed7b602ad4413', 
    'BpMLbFqj1ejwWe4Bh3xh1lmOMP768LJb/2qeZC8NEpk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)