INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fc0b2f1d9e68e87ef361094d33d3e7753b8bc252dc5565bce6af30396a902919', 
    'J2pNh/JIhrNtbmGHJGSPA8oesStrCTvbnGtUPu1A7Bw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)