INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f4e674565894e85d030fed8ce675df472341f02af36f6f45c79e9d646c162366', 
    'PuJuVhPm/rL2lrVMwPTsU9mer45IK/YqksICSstj270=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)