INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6f05469e5ee5389bb7629873e674d571a333d833644b86f2f4ceb4b71a8eded8', 
    'E3h/sotJ0JlBkbGe0znvBL4xGCce6GB5XA/eZ/KBN+g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)