INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e97101231d8119e9dd855147fd011da62f142cb8b722d73555c33c2ef7e26c6e', 
    'xYucxgr15TSczZ71cyEaes1OsjfZ1xhtz0YMM3Ssr/k=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)