INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4bbc055599213f515568e05c1df4d3b7b23d1d8a11dfcae5502f2c4072579a02', 
    'UdJBN+t5nhFxBPr4MLmat47cBWHo0v8TrdpZcufB5hU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)