INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fba77700a2eed02efd4dd3dd6ac2fb23c9cd98c9f6e391f8280a8ccf4f7fe3b7', 
    'I13eBitJ0LaiWnxYLn/skFUbIulsnXGwGmHVbyTgg5c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)