INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4f8721e4fb1f84efa061c33781c5b933441ef29a89c877938e1095eaa4be4b5b', 
    '93ggobFOYL4qPi9FMWDuAlU+Ym+O4yEM3oG8KnDb6gM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00051

Result

int(1)