INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cdc03152a516f4c1161971a3ee03cfad3c6132d202a3098bc08c0e9efa276c0e', 
    'FURnlOTuVOsx9og/oqP5ptk2u5/NUBtL66KQWRF+p+I=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)