INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd869b6ba610dfa1ca379e33557562e26482fe57767ba2f138c7eecbe4d092335', 
    'ZsMsURlg1wbgEKgE1DqPBt10YKWkYYH1IkBwVPYOq0M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)