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

Query time 0.00091

Result

int(1)