INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7c1a8f82861e580f854147d7c9fe85e8933493e4ffd7722579f72d734ee2cf6e', 
    'bxuoUhOr1RhFef8OsWJjqdMvtVahkVhUiGAfChTvmz0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)