INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a53857de63fa9ae31218c6414ef6276b43a9918f233594a78803e0613e703b39', 
    'yqGA17RdU7epViwliFSE28Ujp286LJx8nrzFZ0N/LXA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)