INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0c5b157ebd785f85b5794c3fa887da3095b14f396145b452b0c81de694a66456', 
    'HTG4+wGFDC9ZQ958FGJwpoW5s4usLR8RC34vAkpO0kM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)