INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '402f6197575b17a014b0ca68233f590d233f0399131c4e532b3a274024e4a8e5', 
    '/cyZl9/HbJU2es7vkkcyhqrk9AGGDOO1iO68Y1YewS4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)