INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9c38c6aa8a620881d0465b19d0a53bee7178aa3df867485d5cd8226893df535e', 
    '3n47gruhGYLOmVChSm1ZbsPUlrLHNHXQnJYOGh73vtQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00149

Result

int(1)