INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aa20e26fefebd75c1faf6ee57a7affd76e65860332b76ec0738cb0f31dc64f46', 
    'G/KmbOSGJlGI90XAVxZRAdn7l7GDSIEliIman6KDI0A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)