INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '33b0c812d7cde53459ef79c272f56de42d7915f005c4783eb8a3d26af155a2f5', 
    'FCjCdLbGqs8T7QoOfYbMFqP+XoETLCAi16/UkFEyuPE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)