INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4fbf0f89403ef88c10b0befa9119a0c7522634a0dce81bafd0b1ddc08b218318', 
    'F/x93QRCJSWiveMR4XxNJZ+7gfi2lggMxhA1Pr+YK/M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)