INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f1ce77d46aa801dbd0f298f86365b82ae9f2d562c9c98eedbee802a1314c8e1b', 
    'LSf8v6cxMtJp0bd/MbCdEKOI4cCoE7KF3PDJZ+Oa8qE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)