INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5fbee2b58947c9789115ede20269651e294b6e36edf44c9ef43108e289123026', 
    'jQXACzJQhC0gWhxc+i/01a+hj/V+sMKth0i6ZUCeUps=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)