INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fa6be3e2b43f2536c953e3274c85b5330ba2efa9b4133e846d75446a63de4553', 
    'sSuHelbkbyeO4ZinUtM51+MbK42udi2xbll4TUijNFs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)