INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a9e12335b41a9106adedaa6209d00f5cd7b5b5f09cc64e100be94c8e6172ee1', 
    'oPj+O4NbM/7R6YLHblT3yhAuLdZXMGTfRDOtLVcSUhA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)