INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '62a5601f94eb88c8ccd69bdb2e0d307c1d856f0d7ee66b2ea2628fc0c529563f', 
    'DnWwKpwNZj7vc/mcosJJmBxDGSs6It5Pu12Jo45tn4M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)