INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1493a35278100dc2c72cbef4eedd7dce14e80c8f810a1e88233409e305785022', 
    'vnbSkPo89kzBcgVp1ywU3aTfwknRMXwkkvrXUkBx6I8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)